Package org.jruby.ir.targets.indy
Class CallSiteCacheBootstrap
java.lang.Object
org.jruby.ir.targets.indy.CallSiteCacheBootstrap
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSite
callSite
(MethodHandles.Lookup lookup, String name, MethodType type, String id, int callType)
-
Field Details
-
CALLSITE
public static final org.objectweb.asm.Handle CALLSITE
-
-
Constructor Details
-
CallSiteCacheBootstrap
public CallSiteCacheBootstrap()
-
-
Method Details
-
callSite
public static CallSite callSite(MethodHandles.Lookup lookup, String name, MethodType type, String id, int callType)
-