Searched refs:highbyte (Results 1 – 1 of 1) sorted by relevance
925 int highbyte = ByteArray.read32bit(code, i2 + 8); in insertGap2() local926 ByteArray.write32bit(highbyte, newcode, j + 8); in insertGap2()929 i2 = i0 + (highbyte - lowbyte + 1) * 4; in insertGap2()1209 int highbyte = ByteArray.read32bit(code, i2 + 8); in makeJumpList() local1211 int size = highbyte - lowbyte + 1; in makeJumpList()1218 jumps.add(new Table(i, defaultbyte, lowbyte, highbyte, offsets, ptrs)); in makeJumpList()