Searched refs:CONST_4 (Results 1 – 6 of 6) sorted by relevance
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliMethodTest.java | 263 checkSourcePosition(smaliMethod, 0, Opcode.CONST_4); in testGetSourcePositionForCodeOffset() 269 checkSourcePosition(smaliMethod, 18, Opcode.CONST_4); in testGetSourcePositionForCodeOffset()
|
D | SmaliPositionManagerTest.java | 113 …Assert.assertEquals(Opcode.CONST_4, ((SmaliInstruction)sourcePosition.getElementAt()).getOpcode()); in testGetSourcePosition()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/ |
D | InstructionOffsetMapTest.java | 50 /*02: 0x02*/ new ImmutableInstruction11n(Opcode.CONST_4, 2, 3), in testInstructionOffsetMap()
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/ |
D | SmalideaMethodTest.java | 130 Assert.assertEquals(Opcode.CONST_4, instruction.getOpcode()); in testSmalideaMethod()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 62 …CONST_4(0x12, "const/4", ReferenceType.NONE, Format.Format11n, Opcode.CAN_CONTINUE | Opcode.SETS_R… enumConstant
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 642 case CONST_4:
|