HomeSort by relevance Sort by last modified time
    Searched refs:lowByte (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/io/
Opcodes.java 360 int lowByte = opcode & 0xff;
361 if ((lowByte == 0) || (lowByte == 0xff)) {
399 int lowByte = opcodeUnit & 0xff;
400 return ((lowByte == 0) || (lowByte == 0xff)) ? opcodeUnit : lowByte;
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java     [all...]
  /dalvik/libdex/
DexOpcodes.h     [all...]

Completed in 2002 milliseconds