Searched refs:MethodAnalyzer (Results 1 - 4 of 4) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPostInstructionRegisterInfoMethodItem.java36 import org.jf.dexlib.Code.Analysis.MethodAnalyzer;
44 private final MethodAnalyzer methodAnalyzer;
46 public PostInstructionRegisterInfoMethodItem(AnalyzedInstruction analyzedInstruction, MethodAnalyzer methodAnalyzer,
H A DPreInstructionRegisterInfoMethodItem.java36 import org.jf.dexlib.Code.Analysis.MethodAnalyzer;
46 private final MethodAnalyzer methodAnalyzer;
48 public PreInstructionRegisterInfoMethodItem(AnalyzedInstruction analyzedInstruction, MethodAnalyzer methodAnalyzer,
H A DMethodDefinition.java38 import org.jf.dexlib.Code.Analysis.MethodAnalyzer;
54 private MethodAnalyzer methodAnalyzer;
376 methodAnalyzer = new MethodAnalyzer(encodedMethod, baksmali.deodex);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java43 * The MethodAnalyzer performs several functions. It "analyzes" the instructions and infers the register types
52 public class MethodAnalyzer { class
74 public MethodAnalyzer(ClassDataItem.EncodedMethod encodedMethod, boolean deodex) { method in class:MethodAnalyzer

Completed in 642 milliseconds