Modifier and Type | Field and Description |
---|---|
BasicBlock |
backedgeYieldpointBlock
A basic block holding the call to Thread.threadSwitch for a
backedge.
|
BasicBlock |
epilogueYieldpointBlock
A basic block holding the call to Thread.threadSwitch for an
epilogue.
|
int |
fpStackHeight
The number of floating point stack slots allocated.
|
int |
frameSize
The frame size of the current method
|
GCIRMap |
gcIRMap
The IRMap for the method (symbolic GCMapping info)
|
LinearScanState |
linearScanState
Information needed for linear scan.
|
CodeArray |
machinecode
The generated machinecodes produced by this compilation of 'method'
|
MachineCodeOffsets |
mcOffsets |
int |
mcSizeEstimate
Estimate produced by FinalMIRExpansion and used by
Assembler to create code array; only meaningful on PowerPC
|
VariableMap |
osrVarMap |
BasicBlock |
osrYieldpointBlock
A basic block holding the call to yieldpointFromOsrOpt for an
OSR invalidation.
|
BasicBlock |
prologueYieldpointBlock
A basic block holding the call to Thread.threadSwitch for a
prologue.
|
RegisterAllocatorState |
regAllocState |
public CodeArray machinecode
public int mcSizeEstimate
public VariableMap osrVarMap
public int frameSize
public int fpStackHeight
public BasicBlock prologueYieldpointBlock
public BasicBlock epilogueYieldpointBlock
public BasicBlock backedgeYieldpointBlock
public BasicBlock osrYieldpointBlock
public LinearScanState linearScanState
public RegisterAllocatorState regAllocState
public MachineCodeOffsets mcOffsets