public abstract class VirtualStackSlot
extends AllocatableValue
VirtualStackSlots are stack slots that are not yet fixed to specific frame offset. They
are replaced by real StackSlots with a fixed position in the frame before code emission.| Constructor and Description |
|---|
VirtualStackSlot(int id,
<any> kind) |