Searched refs:lowbyte (Results 1 – 1 of 1) sorted by relevance
903 int lowbyte = ByteArray.read32bit(code, i2 + 4); in insertGap2() local904 ByteArray.write32bit(lowbyte, newcode, j + 4); in insertGap2()909 i2 = i0 + (highbyte - lowbyte + 1) * 4; in insertGap2()1183 int lowbyte = ByteArray.read32bit(code, i2 + 4); in makeJumpList() local1186 int size = highbyte - lowbyte + 1; in makeJumpList()1193 jumps.add(new Table(i, defaultbyte, lowbyte, highbyte, offsets)); in makeJumpList()