|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.runtime.DynamicLinker.DL_Helper
private static class DynamicLinker.DL_Helper
Helper class that does the real work of resolving method references and compiling a lazy method invocation. In separate class so that it doesn't implement DynamicBridge magic.
Constructor Summary | |
---|---|
private |
DynamicLinker.DL_Helper()
|
Method Summary | |
---|---|
(package private) static void |
compileMethod(DynamicLink dynamicLink,
RVMMethod targetMethod)
Compile (if necessary) targetMethod and patch the appropriate disaptch tables |
(package private) static DynamicLink |
resolveDynamicInvocation()
Discover method reference to be invoked via dynamic bridge. |
(package private) static RVMMethod |
resolveMethodRef(DynamicLink dynamicLink)
Resolve method ref into appropriate RVMMethod Taken: DynamicLink that describes call site. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private DynamicLinker.DL_Helper()
Method Detail |
---|
static DynamicLink resolveDynamicInvocation()
Taken: nothing (call stack is examined to find invocation site) Returned: DynamicLink that describes call site.
static RVMMethod resolveMethodRef(DynamicLink dynamicLink)
Taken: DynamicLink that describes call site. Returned: RVMMethod that should be invoked.
static void compileMethod(DynamicLink dynamicLink, RVMMethod targetMethod)
targetMethod
- the RVMMethod to compile (if not already compiled)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |