OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deodexedInstruction
(Results
1 - 2
of
2
) sorted by null
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CustomMethodInlineTableTest.java
77
Instruction
deodexedInstruction
= methodAnalyzer.getInstructions().get(0);
78
Assert.assertEquals(Opcode.INVOKE_VIRTUAL,
deodexedInstruction
.getOpcode());
80
MethodReference methodReference = (MethodReference)((Instruction35c)
deodexedInstruction
).getReference();
104
Instruction
deodexedInstruction
= methodAnalyzer.getInstructions().get(0);
105
Assert.assertEquals(Opcode.INVOKE_STATIC,
deodexedInstruction
.getOpcode());
107
MethodReference methodReference = (MethodReference)((Instruction35c)
deodexedInstruction
).getReference();
131
Instruction
deodexedInstruction
= methodAnalyzer.getInstructions().get(0);
132
Assert.assertEquals(Opcode.INVOKE_DIRECT,
deodexedInstruction
.getOpcode());
134
MethodReference methodReference = (MethodReference)((Instruction35c)
deodexedInstruction
).getReference();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java
[
all
...]
Completed in 517 milliseconds