Searched refs:GOTO_32 (Results 1 - 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java86 public static final int GOTO_32 = 0x2a; field in class:Opcodes
H A DOpcodeInfo.java230 public static final Info GOTO_32 = field in class:OpcodeInfo
231 new Info(Opcodes.GOTO_32, "goto/32",
1147 set(GOTO_32);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java235 Opcodes.GOTO_32, Form20t.THE_ONE, false);
237 public static final Dop GOTO_32 = field in class:Dops
238 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
1148 set(GOTO_32);
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DCodeItem.java441 new Instruction30t(Opcode.GOTO_32, codeAddress));
452 new Instruction30t(Opcode.GOTO_32, codeAddress));
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java79 GOTO_32((byte)0x2a, "goto/32", ReferenceType.none, Format.Format30t), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java704 case GOTO_32:
1143 case GOTO_32:

Completed in 95 milliseconds