final class SPARCHotSpotJumpToExceptionHandlerInCallerOp extends SPARCHotSpotEpilogueOp
SPARCLIRInstruction.SizeEstimateLIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
(package private) AllocatableValue |
exception |
(package private) AllocatableValue |
exceptionPc |
(package private) AllocatableValue |
handlerInCallerPc |
private int |
isMethodHandleReturnOffset |
static SPARCLIRInstruction.SizeEstimate |
SIZE |
private Register |
thread |
static LIRInstructionClass<SPARCHotSpotJumpToExceptionHandlerInCallerOp> |
TYPE |
delayedControlTransferADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
SPARCHotSpotJumpToExceptionHandlerInCallerOp(AllocatableValue handlerInCallerPc,
AllocatableValue exception,
AllocatableValue exceptionPc,
int isMethodHandleReturnOffset,
Register thread) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCode(CompilationResultBuilder crb,
SPARCMacroAssembler masm) |
leaveFrameaddOutgoingValues, clearOutgoingValues, getOutgoingSize, getOutgoingValue, setOutgoingValuesemitCode, estimateSize, leavesRegisterWindow, setDelayedControlTransferdestroysCallerSavedRegisters, 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<SPARCHotSpotJumpToExceptionHandlerInCallerOp> TYPE
public static final SPARCLIRInstruction.SizeEstimate SIZE
AllocatableValue handlerInCallerPc
AllocatableValue exception
AllocatableValue exceptionPc
private final int isMethodHandleReturnOffset
SPARCHotSpotJumpToExceptionHandlerInCallerOp(AllocatableValue handlerInCallerPc, AllocatableValue exception, AllocatableValue exceptionPc, int isMethodHandleReturnOffset, Register thread)
public void emitCode(CompilationResultBuilder crb, SPARCMacroAssembler masm)
emitCode in class SPARCLIRInstruction