Package org.jruby.ir.targets.indy
Class FixnumObjectSite
java.lang.Object
java.lang.invoke.CallSite
java.lang.invoke.MutableCallSite
org.jruby.ir.targets.indy.ConstructObjectSite
org.jruby.ir.targets.indy.LazyObjectSite
org.jruby.ir.targets.indy.FixnumObjectSite
Created by headius on 10/23/14.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitebootstrap(MethodHandles.Lookup lookup, String name, MethodType type, long value) construct(ThreadContext context) Methods inherited from class org.jruby.ir.targets.indy.LazyObjectSite
cache, prepareBinderMethods inherited from class org.jruby.ir.targets.indy.ConstructObjectSite
bootstrap, initialTargetMethods inherited from class java.lang.invoke.MutableCallSite
dynamicInvoker, getTarget, setTarget, syncAll
-
Field Details
-
value
private final long value -
BOOTSTRAP
public static final org.objectweb.asm.Handle BOOTSTRAP
-
-
Constructor Details
-
FixnumObjectSite
-
-
Method Details
-
bootstrap
public static CallSite bootstrap(MethodHandles.Lookup lookup, String name, MethodType type, long value) -
construct
-