Home
last modified time | relevance | path

Searched refs:MOVE_16 (Results 1 – 5 of 5) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DMutableMethodImplementationTest.java53 builder.addInstruction(new BuilderInstruction32x(Opcode.MOVE_16, 0, 0)); in testTryEndAtEndOfMethod()
78 builder.addInstruction(new BuilderInstruction32x(Opcode.MOVE_16, 0, 0)); in testNewLabelByAddress()
103 builder.addInstruction(new BuilderInstruction32x(Opcode.MOVE_16, 0, 0)); in testNewLabelByIndex()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java71 /*21: 0x29*/ new ImmutableInstruction32x(Opcode.MOVE_16, 30, 31), in testInstructionOffsetMap()
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java263 Assert.assertEquals(Opcode.MOVE_16, instruction.getOpcode()); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java47MOVE_16(0x03, "move/16", ReferenceType.NONE, Format.Format32x, Opcode.CAN_CONTINUE | Opcode.SETS_R… enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java616 case MOVE_16: