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