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, waitvisitValueboolean ok
Interval curInterval
CheckConsumer()
public void visitValue(Value operand, LIRInstruction.OperandMode mode, EnumSet<LIRInstruction.OperandFlag> flags)
ValueConsumervisitValue in interface ValueConsumeroperand - The value that is iterated.mode - The operand mode for the value.flags - A set of flags for the value.