Home
last modified time | relevance | path

Searched refs:getAnalyzedInstructions (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DMethodAnalyzerTest.java87 List<AnalyzedInstruction> analyzedInstructions = methodAnalyzer.getAnalyzedInstructions(); in testInstanceOfNarrowingEqz_art()
118 List<AnalyzedInstruction> analyzedInstructions = methodAnalyzer.getAnalyzedInstructions(); in testInstanceOfNarrowingEqz_dalvik()
150 List<AnalyzedInstruction> analyzedInstructions = methodAnalyzer.getAnalyzedInstructions(); in testInstanceOfNarrowingNez_art()
181 List<AnalyzedInstruction> analyzedInstructions = methodAnalyzer.getAnalyzedInstructions(); in testInstanceOfNarrowingNez_dalvik()
214 List<AnalyzedInstruction> analyzedInstructions = methodAnalyzer.getAnalyzedInstructions(); in testInstanceOfNarrowingAfterMove_art()
249 List<AnalyzedInstruction> analyzedInstructions = methodAnalyzer.getAnalyzedInstructions(); in testInstanceOfNarrowingAfterMove_dalvik()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliInstruction.java207 for (AnalyzedInstruction instruction: analyzer.getAnalyzedInstructions()) { in getAnalyzedInstructionFromMethod()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java476 List<AnalyzedInstruction> instructions = methodAnalyzer.getAnalyzedInstructions(); in addAnalyzedInstructionMethodItems()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java301 public List<AnalyzedInstruction> getAnalyzedInstructions() { in getAnalyzedInstructions() method in MethodAnalyzer