Home
last modified time | relevance | path

Searched defs:methodAnalyzer (Results 1 – 3 of 3) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCustomMethodInlineTableTest.java74 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, inlineMethodResolver); in testCustomMethodInlineTable_Virtual() local
101 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, inlineMethodResolver); in testCustomMethodInlineTable_Static() local
128 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classPath, method, inlineMethodResolver); in testCustomMethodInlineTable_Direct() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPreInstructionRegisterInfoMethodItem.java44 @Nonnull private final MethodAnalyzer methodAnalyzer; field in PreInstructionRegisterInfoMethodItem
49 @Nonnull MethodAnalyzer methodAnalyzer, in PreInstructionRegisterInfoMethodItem()
DMethodDefinition.java387 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classDef.options.classPath, method, in addAnalyzedInstructionMethodItems() local