HomeSort by relevance Sort by last modified time
    Searched refs:InlineMethod (Results 1 - 3 of 3) sorted by null

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
InlineMethodResolver.java 54 public abstract DeodexUtil.InlineMethod resolveExecuteInline(AnalyzedInstruction instruction);
58 private final DeodexUtil.InlineMethod[] inlineMethods;
61 inlineMethods = new DeodexUtil.InlineMethod[] {
62 deodexUtil.new InlineMethod(Static, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V"),
63 deodexUtil.new InlineMethod(Virtual, "Ljava/lang/String;", "charAt", "I", "C"),
64 deodexUtil.new InlineMethod(Virtual, "Ljava/lang/String;", "compareTo", "Ljava/lang/String;", "I"),
65 deodexUtil.new InlineMethod(Virtual, "Ljava/lang/String;", "equals", "Ljava/lang/Object;", "Z"),
66 deodexUtil.new InlineMethod(Virtual, "Ljava/lang/String;", "length", "", "I"),
67 deodexUtil.new InlineMethod(Static, "Ljava/lang/Math;", "abs", "I", "I"),
68 deodexUtil.new InlineMethod(Static, "Ljava/lang/Math;", "abs", "J", "J")
    [all...]
DeodexUtil.java 58 public InlineMethod lookupInlineMethod(AnalyzedInstruction instruction) {
249 public class InlineMethod {
258 InlineMethod(int methodType, String classType, String methodName, String parameters,
MethodAnalyzer.java     [all...]

Completed in 714 milliseconds