public abstract class FrameMapBuilderTool extends FrameMapBuilder
FrameMapBuilder that allows access to the underlying FrameMap.| Constructor and Description |
|---|
FrameMapBuilderTool() |
| Modifier and Type | Method and Description |
|---|---|
abstract FrameMap |
getFrameMap() |
abstract int |
getNumberOfStackSlots()
Returns the number of
VirtualStackSlots created by this FrameMapBuilder. |
abstract List<VirtualStackSlot> |
getStackSlots() |
allocateSpillSlot, allocateStackMemory, buildFrameMap, callsMethod, getCodeCache, getRegisterConfigpublic abstract int getNumberOfStackSlots()
VirtualStackSlots created by this FrameMapBuilder. Can
be used as an upper bound for an array indexed by VirtualStackSlot.getId().public abstract List<VirtualStackSlot> getStackSlots()
public abstract FrameMap getFrameMap()