Package | Description |
---|---|
org.jikesrvm.classloader |
Provides classes that implement the classloading system as well as
data types that represent Java entities like classes, fields, methods
and primitives.
|
org.jikesrvm.compilers.baseline | |
org.jikesrvm.compilers.baseline.ia32 | |
org.jikesrvm.compilers.common | |
org.jikesrvm.compilers.opt.runtimesupport | |
org.jikesrvm.jni | |
org.jikesrvm.runtime |
Modifier and Type | Method and Description |
---|---|
void |
NormalMethod.getDynamicLink(DynamicLink dynamicLink,
int bcIndex)
Fill in DynamicLink object for the invoke at the given bytecode index
|
Modifier and Type | Method and Description |
---|---|
void |
BaselineCompiledMethod.getDynamicLink(DynamicLink dynamicLink,
Offset instructionOffset) |
Modifier and Type | Field and Description |
---|---|
private DynamicLink |
BaselineGCMapIterator.dynamicLink
place to keep info returned by CompiledMethod.getDynamicLink
|
Modifier and Type | Method and Description |
---|---|
void |
HardwareTrapCompiledMethod.getDynamicLink(DynamicLink dynamicLink,
Offset instructionOffset) |
abstract void |
CompiledMethod.getDynamicLink(DynamicLink dynamicLink,
Offset instructionOffset)
Fetch symbolic reference to a method that's called by one of
this method's instructions.
|
Modifier and Type | Method and Description |
---|---|
void |
OptCompiledMethod.getDynamicLink(DynamicLink dynamicLink,
Offset instructionOffset)
Fetch symbolic reference to a method that's called
by one of this method's instructions.
|
Modifier and Type | Method and Description |
---|---|
void |
JNICompiledMethod.getDynamicLink(DynamicLink dynamicLink,
Offset instructionOffset) |
Modifier and Type | Method and Description |
---|---|
(package private) static DynamicLink |
DynamicLinker.DL_Helper.resolveDynamicInvocation()
Discovers a method reference to be invoked via dynamic bridge.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
DynamicLinker.DL_Helper.compileMethod(DynamicLink dynamicLink,
RVMMethod targetMethod)
Compile (if necessary) targetMethod and patch the appropriate dispatch tables.
|
(package private) static RVMMethod |
DynamicLinker.DL_Helper.resolveMethodRef(DynamicLink dynamicLink)
Resolves a method ref into appropriate RVMMethod.
|