Home
last modified time | relevance | path

Searched refs:INVOKE_VIRTUAL (Results 1 – 6 of 6) sorted by relevance

/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliMethodTest.java270 checkSourcePosition(smaliMethod, 20, Opcode.INVOKE_VIRTUAL); in testGetSourcePositionForCodeOffset()
274 checkSourcePosition(smaliMethod, 34, Opcode.INVOKE_VIRTUAL); in testGetSourcePositionForCodeOffset()
DSmaliPositionManagerTest.java117 …Assert.assertEquals(Opcode.INVOKE_VIRTUAL, ((SmaliInstruction)sourcePosition.getElementAt()).getOp… in testGetSourcePosition()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java81 Assert.assertEquals(Opcode.INVOKE_VIRTUAL, deodexedInstruction.getOpcode()); in testCustomMethodInlineTable_Virtual()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java797 case INVOKE_VIRTUAL:
1593 deodexedOpcode = Opcode.INVOKE_VIRTUAL;
1887 opcode = Opcode.INVOKE_VIRTUAL;
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java270 Assert.assertEquals(Opcode.INVOKE_VIRTUAL, instruction.getOpcode()); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java148INVOKE_VIRTUAL(0x6e, "invoke-virtual", ReferenceType.METHOD, Format.Format35c, Opcode.CAN_THROW | … enumConstant