Package org.jruby.ir.targets.indy
Class CallTraceSite
java.lang.Object
java.lang.invoke.CallSite
java.lang.invoke.MutableCallSite
org.jruby.ir.targets.indy.CallTraceSite
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCallTraceSite(MethodType methodType, String event, String name, String file, int line) -
Method Summary
Modifier and TypeMethodDescriptionstatic CallSitebootstrap(MethodHandles.Lookup lookup, String unused, MethodType type, String event, String name, String file, int line) voidtrace(ThreadContext context) Methods inherited from class java.lang.invoke.MutableCallSite
dynamicInvoker, getTarget, setTarget, syncAll
-
Field Details
-
event
-
name
-
file
-
line
private final int line -
BOOTSTRAP
public static final org.objectweb.asm.Handle BOOTSTRAP
-
-
Constructor Details
-
CallTraceSite
-
-
Method Details
-
bootstrap
public static CallSite bootstrap(MethodHandles.Lookup lookup, String unused, MethodType type, String event, String name, String file, int line) -
trace
-