public class VirtualStackSlotRange extends VirtualStackSlot
Value.IllegalValue
Modifier and Type | Field and Description |
---|---|
private BitSet |
objects |
private int |
slots |
NONE
ILLEGAL
Constructor and Description |
---|
VirtualStackSlotRange(int id,
int slots,
BitSet objects) |
Modifier and Type | Method and Description |
---|---|
BitSet |
getObjects() |
int |
getSlots() |
equals, getId, hashCode, toString
getKind, getKindSuffix, getLIRKind, getPlatformKind, identityEquals
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getKind
identityEquals
public VirtualStackSlotRange(int id, int slots, BitSet objects)
public int getSlots()
public BitSet getObjects()