org.jikesrvm.compilers.opt.ir
Class Instruction.OE
java.lang.Object
org.jikesrvm.compilers.opt.ir.Instruction.BASE_OE
org.jikesrvm.compilers.opt.ir.Instruction.OE
- All Implemented Interfaces:
- Enumeration<Operand>
- Enclosing class:
- Instruction
private static final class Instruction.OE
- extends Instruction.BASE_OE
enumerate leaf operands in the given ranges
Method Summary |
protected void |
advance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
defEnd
private final int defEnd
deferredMOReg
private Operand deferredMOReg
Instruction.OE
public Instruction.OE(Instruction instr,
int start,
int end,
int defEnd)
advance
protected void advance()
- Specified by:
advance
in class Instruction.BASE_OE