| Package | Description |
|---|---|
| org.jikesrvm.compilers.opt.ir | |
| org.jikesrvm.compilers.opt.liveness | |
| org.jikesrvm.osr |
| Modifier and Type | Field and Description |
|---|---|
VariableMap |
MIRInfo.osrVarMap |
| Modifier and Type | Field and Description |
|---|---|
private VariableMap |
LiveAnalysis.osrMap |
| Modifier and Type | Method and Description |
|---|---|
static EncodedOSRMap |
EncodedOSRMap.makeMap(VariableMap varMap,
MachineCodeOffsets mcOffsets)
Encodes the given variable map as OSRMap.
|
| Constructor and Description |
|---|
EncodedOSRMap(VariableMap varMap,
MachineCodeOffsets mcOffsets) |