Lines Matching full:lowbyte
903 int lowbyte = ByteArray.read32bit(code, i2 + 4);
904 ByteArray.write32bit(lowbyte, newcode, j + 4);
909 i2 = i0 + (highbyte - lowbyte + 1) * 4;
1183 int lowbyte = ByteArray.read32bit(code, i2 + 4);
1186 int size = highbyte - lowbyte + 1;
1193 jumps.add(new Table(i, defaultbyte, lowbyte, highbyte, offsets));