final class SPARCHotSpotEnterUnpackFramesStackFrameOp extends SPARCLIRInstruction
Deoptimization::unpack_frames.SPARCLIRInstruction.SizeEstimateLIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
(package private) AllocatableValue |
callerReturnPc |
(package private) AllocatableValue |
framePc |
(package private) AllocatableValue |
scratch |
(package private) AllocatableValue |
senderSp |
private Register |
thread |
private int |
threadLastJavaPcOffset |
private int |
threadLastJavaSpOffset |
static LIRInstructionClass<SPARCHotSpotEnterUnpackFramesStackFrameOp> |
TYPE |
delayedControlTransferADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
SPARCHotSpotEnterUnpackFramesStackFrameOp(Register thread,
int threadLastJavaSpOffset,
int threadLastJavaPcOffset,
AllocatableValue framePc,
AllocatableValue senderSp,
AllocatableValue scratch,
PlatformKind wordKind) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCode(CompilationResultBuilder crb,
SPARCMacroAssembler masm) |
boolean |
leavesRegisterWindow() |
emitCode, estimateSize, 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<SPARCHotSpotEnterUnpackFramesStackFrameOp> TYPE
private final int threadLastJavaSpOffset
private final int threadLastJavaPcOffset
AllocatableValue framePc
AllocatableValue senderSp
AllocatableValue scratch
AllocatableValue callerReturnPc
SPARCHotSpotEnterUnpackFramesStackFrameOp(Register thread, int threadLastJavaSpOffset, int threadLastJavaPcOffset, AllocatableValue framePc, AllocatableValue senderSp, AllocatableValue scratch, PlatformKind wordKind)
public void emitCode(CompilationResultBuilder crb, SPARCMacroAssembler masm)
emitCode in class SPARCLIRInstructionpublic boolean leavesRegisterWindow()
leavesRegisterWindow in class SPARCLIRInstruction