class LinearScan.CheckConsumer extends Object implements ValueConsumer
Modifier and Type | Field and Description |
---|---|
(package private) Interval |
curInterval |
(package private) boolean |
ok |
Constructor and Description |
---|
CheckConsumer() |
Modifier and Type | Method and Description |
---|---|
void |
visitValue(Value operand,
LIRInstruction.OperandMode mode,
EnumSet<LIRInstruction.OperandFlag> flags)
Iterator method to be overwritten.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitValue
boolean ok
Interval curInterval
CheckConsumer()
public void visitValue(Value operand, LIRInstruction.OperandMode mode, EnumSet<LIRInstruction.OperandFlag> flags)
ValueConsumer
visitValue
in interface ValueConsumer
operand
- The value that is iterated.mode
- The operand mode for the value.flags
- A set of flags for the value.