Package | Description |
---|---|
org.jikesrvm.osr |
Modifier and Type | Field and Description |
---|---|
LinkedList<VariableMapElement> |
VariableMap.list |
Modifier and Type | Method and Description |
---|---|
ListIterator<VariableMapElement> |
VariableMap.iterator()
Creates and returns an enumerator for this object
|
Modifier and Type | Method and Description |
---|---|
private void |
EncodedOSRMap.translateMap(ArrayList<Integer> tempOsrMaps,
LinkedList<VariableMapElement> osrlist,
MachineCodeOffsets mcOffsets)
Translates a list of OSR_MapElement to encoding.
|