public static class HotSpotInstructionProfiling.InstructionCounterOp extends LIRInstruction
LIRInstruction.Alive, LIRInstruction.Def, LIRInstruction.OperandFlag, LIRInstruction.OperandMode, LIRInstruction.State, LIRInstruction.Temp, LIRInstruction.Use
Modifier and Type | Field and Description |
---|---|
private int |
countOffsetBegin |
private int |
countOffsetEnd |
private HotSpotCounterOp |
delegate |
private String[] |
instructionsToProfile |
static LIRInstructionClass<HotSpotInstructionProfiling.InstructionCounterOp> |
TYPE |
ADDRESS_FLAGS, ALLOWED_FLAGS
Constructor and Description |
---|
InstructionCounterOp(HotSpotCounterOp delegate,
String[] instructionsToProfile) |
Modifier and Type | Method and Description |
---|---|
void |
emitCode(CompilationResultBuilder crb) |
String[] |
getInstructionsToProfile() |
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, visitEachTemp
public static final LIRInstructionClass<HotSpotInstructionProfiling.InstructionCounterOp> TYPE
private final HotSpotCounterOp delegate
private final String[] instructionsToProfile
private int countOffsetBegin
private int countOffsetEnd
public InstructionCounterOp(HotSpotCounterOp delegate, String[] instructionsToProfile)
public void emitCode(CompilationResultBuilder crb)
emitCode
in class LIRInstruction
public String[] getInstructionsToProfile()