| Package | Description |
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.runtimesupport |
| Modifier and Type | Field and Description |
|---|---|
OptCompiledMethod |
IR.compiledMethod
The compiled method created to hold the result of this compilation.
|
| Modifier and Type | Field and Description |
|---|---|
protected OptCompiledMethod |
OptGenericGCMapIterator.compiledMethod
The compiled method
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OptLinker.resolveDynamicLink(OptCompiledMethod cm,
Offset offset)
Given an opt compiler info and a machine code offset in that method's
instruction array, performs the dynamic linking required by that
instruction.
|