|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptCompiledMethod | |
---|---|
org.jikesrvm.compilers.opt.ir | |
org.jikesrvm.compilers.opt.runtimesupport |
Uses of OptCompiledMethod in org.jikesrvm.compilers.opt.ir |
---|
Fields in org.jikesrvm.compilers.opt.ir declared as OptCompiledMethod | |
---|---|
OptCompiledMethod |
IR.compiledMethod
The compiled method created to hold the result of this compilation. |
Uses of OptCompiledMethod in org.jikesrvm.compilers.opt.runtimesupport |
---|
Fields in org.jikesrvm.compilers.opt.runtimesupport declared as OptCompiledMethod | |
---|---|
protected OptCompiledMethod |
OptGenericGCMapIterator.compiledMethod
The compiled method |
Methods in org.jikesrvm.compilers.opt.runtimesupport with parameters of type OptCompiledMethod | |
---|---|
static void |
OptLinker.resolveDynamicLink(OptCompiledMethod cm,
Offset offset)
Given an opt compiler info and a machine code offset in that method's instruction array, perform the dynamic linking required by that instruction. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |