HomeSort by relevance Sort by last modified time
    Searched defs:opcodeUnit (Results 1 - 6 of 6) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 404 protected static short opcodeUnit(DalvInsn insn, int arg) {
  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 70 int opcodeUnit = in.read();
71 int opcode = Opcodes.extractOpcodeFromUnit(opcodeUnit);
74 return format.decode(opcodeUnit, in);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DecodedInstruction.java 70 int opcodeUnit = in.read();
71 int opcode = Opcodes.extractOpcodeFromUnit(opcodeUnit);
74 return format.decode(opcodeUnit, in);
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 483 protected static short opcodeUnit(DalvInsn insn, int arg) {
506 protected static short opcodeUnit(DalvInsn insn) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 484 protected static short opcodeUnit(DalvInsn insn, int arg) {
507 protected static short opcodeUnit(DalvInsn insn) {
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 133 milliseconds