Package org.jruby.runtime
Class MethodIndex
java.lang.Object
org.jruby.runtime.MethodIndex
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated.static final int
Deprecated.static final Map
<String, Set<FrameField>> static final Map
<String, Set<FrameField>> static final String[]
Deprecated.static final int
Deprecated.static final int
Deprecated.static final int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addFrameAwareMethods
(String... methods) Deprecated.static void
addMethodReadFields
(String name, FrameField... reads) static void
addMethodReadFieldsPacked
(int readBits, String methodsPacked) static void
addMethodWriteFields
(String name, FrameField... write) static void
addMethodWriteFieldsPacked
(int writeBits, String methodsPacked) static void
addScopeAwareMethods
(String... methods) Deprecated.static CallSite
getCallSite
(String name) static CallSite
static String
getFastFixnumOpsMethod
(String name) static CallSite
static String
getFastFloatOpsMethod
(String name) static CallSite
getFunctionalCallSite
(String name) static CallSite
getProfilingCallSite
(CallType callType, String name, IRScope scope, long callsiteId) static CallSite
static CallSite
getVariableCallSite
(String name) static boolean
hasFastFixnumOps
(String name) static boolean
hasFastFloatOps
(String name)
-
Field Details
-
NO_METHOD
Deprecated. -
OP_EQUAL
Deprecated. -
EQL
Deprecated. -
HASH
Deprecated. -
OP_CMP
Deprecated. -
MAX_METHODS
Deprecated. -
METHOD_NAMES
Deprecated. -
FRAME_AWARE_METHODS
-
SCOPE_AWARE_METHODS
-
METHOD_FRAME_READS
-
METHOD_FRAME_WRITES
-
-
Constructor Details
-
MethodIndex
public MethodIndex()
-
-
Method Details
-
getCallSite
-
getProfilingCallSite
-
hasFastFixnumOps
-
getFastFixnumOpsMethod
-
getFastFixnumOpsCallSite
-
hasFastFloatOps
-
getFastFloatOpsMethod
-
getFastFloatOpsCallSite
-
getFunctionalCallSite
-
getVariableCallSite
-
getSuperCallSite
-
addMethodReadFieldsPacked
-
addMethodWriteFieldsPacked
-
addMethodReadFields
-
addMethodWriteFields
-
addFrameAwareMethods
Deprecated. -
addScopeAwareMethods
Deprecated.
-