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  VirtualStackSlots created by thisFrameMapBuilder. | 
| List<VirtualStackSlot> | getStackSlots() | 
allocateSpillSlot, allocateStackSlots, buildFrameMap, callsMethod, getCodeCache, getRegisterConfigint getNumberOfStackSlots()
VirtualStackSlots created by this FrameMapBuilder. Can
 be used as an upper bound for an array indexed by VirtualStackSlot.getId().List<VirtualStackSlot> getStackSlots()
FrameMap getFrameMap()