final class SPARCHotspotDirectVirtualCallOp extends SPARCCall.DirectCallOp
SPARCLIRInstruction.SizeEstimateLIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use| Modifier and Type | Field and Description |
|---|---|
private HotSpotVMConfig |
config |
private CallTargetNode.InvokeKind |
invokeKind |
static SPARCLIRInstruction.SizeEstimate |
SIZE |
static LIRInstructionClass<SPARCHotspotDirectVirtualCallOp> |
TYPE |
callTargetparameters, result, state, tempsdelayedControlTransferADDRESS_FLAGS, ALLOWED_FLAGS| Constructor and Description |
|---|
SPARCHotspotDirectVirtualCallOp(ResolvedJavaMethod target,
Value result,
Value[] parameters,
Value[] temps,
LIRFrameState state,
CallTargetNode.InvokeKind invokeKind,
HotSpotVMConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitCallPrefixCode(CompilationResultBuilder crb,
SPARCMacroAssembler masm) |
emitCode, emitControlTransfer, resetStatedestroysCallerSavedRegistersemitCode, estimateSize, leavesRegisterWindow, setDelayedControlTransferforEachAlive, 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<SPARCHotspotDirectVirtualCallOp> TYPE
public static final SPARCLIRInstruction.SizeEstimate SIZE
private final CallTargetNode.InvokeKind invokeKind
private final HotSpotVMConfig config
SPARCHotspotDirectVirtualCallOp(ResolvedJavaMethod target, Value result, Value[] parameters, Value[] temps, LIRFrameState state, CallTargetNode.InvokeKind invokeKind, HotSpotVMConfig config)
public void emitCallPrefixCode(CompilationResultBuilder crb, SPARCMacroAssembler masm)
emitCallPrefixCode in class SPARCCall.DirectCallOp