public final class StackSlotAllocatorUtil extends Object
virtual stack
slots into real stack slots. This includes changing all occurrences of
VirtualStackSlot in the LIR to StackSlot.| Modifier and Type | Field and Description |
|---|---|
static CounterKey |
allocatedFramesize
The size (in bytes) required for all allocated stack slots.
|
static CounterKey |
allocatedSlots
The number of allocated stack slots.
|
static CounterKey |
reusedSlots
The number of reused stack slots.
|
static CounterKey |
virtualFramesize
The size (in bytes) required for all virtual stack slots.
|
| Constructor and Description |
|---|
StackSlotAllocatorUtil() |
public static final CounterKey allocatedSlots
public static final CounterKey reusedSlots
public static final CounterKey allocatedFramesize
public static final CounterKey virtualFramesize