org.jruby.ir.targets.indy
57
C
ArrayBootstrap
C
ArrayDerefInvokeSite
C
AsStringSite
C
BignumObjectSite
C
BlockGivenSite
C
Bootstrap
C
BuildDynamicStringSite
C
CallInfoBootstrap
C
CallSiteCacheBootstrap
C
CallTraceSite
C
CheckArityBootstrap
C
CheckpointSite
C
ClassSuperInvokeSite
C
ClassSuperIterInvokeSite
C
ConstantLookupSite
C
ConstructBlockBootstrap
C
ConstructObjectSite
C
CoverageSite
C
DRegexpObjectSite
C
FixnumObjectSite
C
FloatObjectSite
C
FrameNameSite
C
HashBootstrap
C
HeapVariableBootstrap
C
IndyArgumentsCompiler
C
IndyBlockCompiler
C
IndyBranchCompiler
C
IndyCheckpointCompiler
C
IndyConstantCompiler
C
IndyDynamicValueCompiler
C
IndyGlobalVariableCompiler
C
IndyInstanceVariableCompiler
C
IndyInvocationCompiler
C
IndyLocalVariableCompiler
C
IndyValueCompiler
C
IndyYieldCompiler
C
InstanceSuperInvokeSite
C
InstanceSuperIterInvokeSite
C
InvokeSite
C
IsNilSite
C
IsTrueSite
C
JavaBootstrap
C
LazyObjectSite
C
LiteralValueBootstrap
C
MetaClassBootstrap
C
RangeObjectSite
C
RegexpObjectSite
C
ResolvedSuperInvokeSite
C
SelfInvokeSite
C
StringBootstrap
C
SuperInvokeSite
C
SymbolObjectSite
C
SymbolProcObjectSite
C
UnresolvedSuperInvokeSite
C
UnresolvedSuperIterInvokeSite
C
YieldSite
C
ZSuperInvokeSite
FloatObjectSite — members
4+
F
BOOTSTRAP()
Handle
C
new(type, value)
M
bootstrap(lookup, name, type, value)
CallSite
M
construct(context)
IRubyObject
from CallSite
M
type()
MethodType
from MutableCallSite
M
dynamic_invoker()
MethodHandle
M
target()
MethodHandle
C
target=(arg0)
from ConstructObjectSite
M
bootstrap(lookup)
CallSite
from LazyObjectSite
M
cache(t)
IRubyObject
M
prepare_binder()
Binder
org.jruby.ir.targets.indy.FloatObjectSite
Created by headius on 10/23/14.
Constants
| constant | type | note |
| BOOTSTRAP |
Handle |
|
Constructors
new
new
(
MethodType type,
double value
)
Java: <init>(java.lang.invoke.MethodType type, double value)
Class Methods
bootstrap
CallSite
bootstrap
(
MethodHandles.Lookup lookup,
String name,
MethodType type,
double value
)
Java: bootstrap(java.lang.invoke.MethodHandles.Lookup lookup, String name, java.lang.invoke.MethodType type, double value)
Inherited
from CallSite
type
MethodType
type
(
)
Java: type()
from MutableCallSite
dynamic_invoker
MethodHandle
dynamic_invoker
(
)
Java: dynamicInvoker()
target
MethodHandle
target
(
)
Java: getTarget() · also: get_target
target=
target=
(
MethodHandle arg0
)
Java: setTarget(java.lang.invoke.MethodHandle arg0) · also: set_target
bootstrap
CallSite
bootstrap
(
MethodHandles.Lookup lookup
)
Java: bootstrap(java.lang.invoke.MethodHandles.Lookup lookup)
prepare_binder
Binder
prepare_binder
(
)
Java: prepareBinder()