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

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DInlineMethodResolver.java52 public abstract DeodexUtil.InlineMethod resolveExecuteInline(AnalyzedInstruction instruction);
56 private final DeodexUtil.InlineMethod[] inlineMethods;
59 inlineMethods = new DeodexUtil.InlineMethod[] {
60 new DeodexUtil.InlineMethod(Static, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V"),
61 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "charAt", "I", "C"),
62 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "compareTo", "Ljava/lang/String;", "I"),
63 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "equals", "Ljava/lang/Object;", "Z"),
64 new DeodexUtil.InlineMethod(Virtual, "Ljava/lang/String;", "length", "", "I"),
65 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "I", "I"),
66 new DeodexUtil.InlineMethod(Stati
[all...]
H A DCustomInlineMethodResolver.java44 private DeodexUtil.InlineMethod[] inlineMethods;
72 inlineMethods = new DeodexUtil.InlineMethod[lines.size()];
80 public DeodexUtil.InlineMethod resolveExecuteInline(AnalyzedInstruction analyzedInstruction) {
94 private DeodexUtil.InlineMethod parseAndResolveInlineMethod(String inlineMethod) {
113 return new DeodexUtil.InlineMethod(methodType, className, methodName, methodParams, methodRet);
H A DDeodexUtil.java63 public InlineMethod lookupInlineMethod(AnalyzedInstruction instruction) {
281 public static class InlineMethod { class in class:DeodexUtil
290 InlineMethod(int methodType, String classType, String methodName, String parameters, method in class:DeodexUtil.InlineMethod
H A DMethodAnalyzer.java3467 DeodexUtil.InlineMethod inlineMethod = deodexUtil.lookupInlineMethod(analyzedInstruction);
3505 DeodexUtil.InlineMethod inlineMethod = deodexUtil.lookupInlineMethod(analyzedInstruction);

Completed in 143 milliseconds