HomeSort by relevance Sort by last modified time
    Searched full:highbyte (Results 1 - 2 of 2) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java     [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 905 int highbyte = ByteArray.read32bit(code, i2 + 8); local
906 ByteArray.write32bit(highbyte, newcode, j + 8);
909 i2 = i0 + (highbyte - lowbyte + 1) * 4;
1184 int highbyte = ByteArray.read32bit(code, i2 + 8); local
    [all...]

Completed in 66 milliseconds