|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodVariables | |
---|---|
org.jikesrvm.osr |
Uses of MethodVariables in org.jikesrvm.osr |
---|
Fields in org.jikesrvm.osr with type parameters of type MethodVariables | |
---|---|
LinkedList<MethodVariables> |
VariableMapElement.mvars
|
Methods in org.jikesrvm.osr with parameters of type MethodVariables | |
---|---|
private void |
EncodedOSRMap._generateMapForOneMethodVariable(ArrayList<Integer> tempOsrMaps,
int regMapIndex,
MethodVariables mVar,
boolean lastMid)
Generate value in the Osr map |
Method parameters in org.jikesrvm.osr with type arguments of type MethodVariables | |
---|---|
private int |
EncodedOSRMap.generateOsrMaps(ArrayList<Integer> tempOsrMaps,
LinkedList<MethodVariables> mVarList)
Generate value in the Osr map, return the index of the first integer in the map. |
void |
VariableMap.insert(Instruction inst,
LinkedList<MethodVariables> mvarList)
|
void |
VariableMap.insertFirst(Instruction inst,
LinkedList<MethodVariables> mvarList)
Inserts a new entry at the begin of the list. |
Constructor parameters in org.jikesrvm.osr with type arguments of type MethodVariables | |
---|---|
VariableMapElement(Instruction inst,
LinkedList<MethodVariables> methVars)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |