@FunctionalInterface public interface InstructionValueProcedure
Modifier and Type | Method and Description |
---|---|
Value |
doValue(LIRInstruction instruction,
Value value,
LIRInstruction.OperandMode mode,
EnumSet<LIRInstruction.OperandFlag> flags)
Iterator method to be overwritten.
|
Value doValue(LIRInstruction instruction, Value value, LIRInstruction.OperandMode mode, EnumSet<LIRInstruction.OperandFlag> flags)
instruction
- The current instruction.value
- The value that is iterated.mode
- The operand mode for the value.flags
- A set of flags for the value.