private static final class AMD64HotSpotLIRGenerator.RescueSlotDummyOp extends LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
private StackSlotValue |
slot |
static LIRInstructionClass<AMD64HotSpotLIRGenerator.RescueSlotDummyOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
RescueSlotDummyOp(FrameMapBuilder frameMapBuilder,
LIRKind kind) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCode(CompilationResultBuilder crb) |
StackSlotValue |
getSlot() |
destroysCallerSavedRegisters, forEachAlive, forEachAlive, forEachInput, forEachInput, forEachOutput, forEachOutput, forEachRegisterHint, forEachRegisterHint, forEachState, forEachState, forEachState, forEachState, forEachTemp, forEachTemp, getLIRInstructionClass, hasOperands, hasState, id, name, setId, toString, toStringWithIdPrefix, verify, visitEachAlive, visitEachAlive, visitEachInput, visitEachInput, visitEachOutput, visitEachOutput, visitEachState, visitEachState, visitEachTemp, visitEachTemppublic static final LIRInstructionClass<AMD64HotSpotLIRGenerator.RescueSlotDummyOp> TYPE
private StackSlotValue slot
public RescueSlotDummyOp(FrameMapBuilder frameMapBuilder, LIRKind kind)
public StackSlotValue getSlot()
public void emitCode(CompilationResultBuilder crb)
emitCode in class LIRInstruction