Home
last modified time | relevance | path

Searched refs:GOTO_16 (Results 1 – 10 of 10) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DFixGotoTest.java36 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode()); in testFixGotoToGoto16()
68 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, gotoTarget)); in testFixGoto16ToGoto32()
91 builder.addInstruction(new BuilderInstruction20t(Opcode.GOTO_16, goto16Target)); in testFixGotoCascading()
DFixOffsetsTest.java104 Assert.assertEquals(Opcode.GOTO_16, instructions.get(0).getOpcode()); in testFixOffsets()
107 Assert.assertEquals(Opcode.GOTO_16, instructions.get(501).getOpcode()); in testFixOffsets()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java53 /*05: 0x05*/ new ImmutableInstruction20t(Opcode.GOTO_16, 7), in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java85 public static final int GOTO_16 = 0x29; field in Opcodes
DOpcodeInfo.java226 public static final Info GOTO_16 = field in OpcodeInfo
227 new Info(Opcodes.GOTO_16, "goto/16",
1146 set(GOTO_16);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DDops.java231 Opcodes.GOTO_16, Form10t.THE_ONE, false);
233 public static final Dop GOTO_16 = field in Dops
234 new Dop(Opcodes.GOTO_16, Opcodes.GOTO,
1147 set(GOTO_16);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java420 replacement = new BuilderInstruction20t(Opcode.GOTO_16,
428 case GOTO_16: {
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java150 Assert.assertEquals(Opcode.GOTO_16, instruction.getOpcode()); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java667 case GOTO_16:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java85 GOTO_16(0x29, "goto/16", ReferenceType.NONE, Format.Format20t), enumConstant