Package | Description |
---|---|
org.jikesrvm.osr |
Modifier and Type | Field and Description |
---|---|
LinkedList<VariableElement> |
ExecutionState.varElms
runtime values of locals and stack expressions at the bytecode index Each
element is an object of VariableElement.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionState.add(VariableElement elm) |
void |
ExecutionState.addFirst(VariableElement elm) |
private PseudoBytecode |
ExecutionState.processElement(VariableElement var,
PseudoBytecode tail,
int i) |