Searched refs:low (Results 1 – 8 of 8) sorted by relevance
425 protected static short codeUnit(int low, int high) { in codeUnit() argument426 if ((low & 0xff) != low) { in codeUnit()434 return (short) (low | (high << 8)); in codeUnit()473 protected static int makeByte(int low, int high) { in makeByte() argument474 if ((low & 0xf) != low) { in makeByte()482 return low | (high << 4); in makeByte()
211 long low = cases.get(0); in packedCodeSize() local213 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
478 protected static short codeUnit(int low, int high) { in codeUnit() argument479 if ((low & 0xff) != low) { in codeUnit()487 return (short) (low | (high << 8)); in codeUnit()526 protected static int makeByte(int low, int high) { in makeByte() argument527 if ((low & 0xf) != low) { in makeByte()535 return low | (high << 4); in makeByte()
212 long low = cases.get(0); in packedCodeSize() local214 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
2 high registers are moved to and from low registers with
3 to make room for low scratch registers.
837 int low = bytes.getInt(at + 4); in parseTableswitch() local839 int count = high - low + 1; in parseTableswitch()842 if (low > high) { in parseTableswitch()850 cases.add(low + i, target); in parseTableswitch()
230 12340000 # low: 12340000