Searched refs:high (Results 1 – 8 of 8) sorted by relevance
425 protected static short codeUnit(int low, int high) { in codeUnit() argument430 if ((high & 0xff) != high) { in codeUnit()434 return (short) (low | (high << 8)); in codeUnit()473 protected static int makeByte(int low, int high) { in makeByte() argument478 if ((high & 0xf) != high) { in makeByte()482 return low | (high << 4); in makeByte()
212 long high = cases.get(sz - 1); in packedCodeSize() local213 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
478 protected static short codeUnit(int low, int high) { in codeUnit() argument483 if ((high & 0xff) != high) { in codeUnit()487 return (short) (low | (high << 8)); in codeUnit()526 protected static int makeByte(int low, int high) { in makeByte() argument531 if ((high & 0xf) != high) { in makeByte()535 return low | (high << 4); in makeByte()
213 long high = cases.get(sz - 1); in packedCodeSize() local214 long result = ((high - low + 1)) * 2 + 4; in packedCodeSize()
1 This test ensures that dx correctly handles switches on data in a high
2 high registers are moved to and from low registers with
838 int high = bytes.getInt(at + 8); in parseTableswitch() local839 int count = high - low + 1; in parseTableswitch()842 if (low > high) { in parseTableswitch()
231 12340007 # high: 12340007