Searched refs:SLOT_MASK (Results 1 – 1 of 1) sorted by relevance
79 SLOT_MASK = ((1<<(SIZE_SHIFT-SLOT_SHIFT))-1), field in Wrapper.Format112 public int stackSlots() { return (format >> Format.SLOT_SHIFT) & Format.SLOT_MASK; } in stackSlots()130 public boolean isOther() { return (format & ~Format.SLOT_MASK) == 0; } in isOther()