Home
last modified time | relevance | path

Searched refs:GOTO_32 (Results 1 – 9 of 9) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java59 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode()); in testFixGotoToGoto32()
82 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode()); in testFixGoto16ToGoto32()
118 Assert.assertEquals(Opcode.GOTO_32, instructions.get(0).getOpcode()); in testFixGotoCascading()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java66 /*17: 0x1d*/ new ImmutableInstruction30t(Opcode.GOTO_32, 24), in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java86 public static final int GOTO_32 = 0x2a; field in Opcodes
DOpcodeInfo.java230 public static final Info GOTO_32 = field in OpcodeInfo
231 new Info(Opcodes.GOTO_32, "goto/32",
1147 set(GOTO_32);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java235 Opcodes.GOTO_32, Form20t.THE_ONE, false);
237 public static final Dop GOTO_32 = field in Dops
238 new Dop(Opcodes.GOTO_32, Opcodes.GOTO,
1148 set(GOTO_32);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java417 replacement = new BuilderInstruction30t(Opcode.GOTO_32,
431 … BuilderOffsetInstruction replacement = new BuilderInstruction30t(Opcode.GOTO_32,
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java243 Assert.assertEquals(Opcode.GOTO_32, instruction.getOpcode()); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java668 case GOTO_32:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java86 GOTO_32(0x2a, "goto/32", ReferenceType.NONE, Format.Format30t), enumConstant