Searched refs:deodexUtil (Results 1 - 2 of 2) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DInlineMethodResolver.java41 public static InlineMethodResolver createInlineMethodResolver(DeodexUtil deodexUtil, int odexVersion) { argument
43 return new InlineMethodResolver_version35(deodexUtil);
45 return new InlineMethodResolver_version36(deodexUtil);
60 public InlineMethodResolver_version35(DeodexUtil deodexUtil) { argument
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
102 InlineMethodResolver_version36(DeodexUtil deodexUtil) argument
[all...]
H A DMethodAnalyzer.java55 private final DeodexUtil deodexUtil; field in class:MethodAnalyzer
84 this.deodexUtil = new DeodexUtil(encodedMethod.method.getDexFile());
86 this.deodexUtil = null;
3334 if (deodexUtil == null) {
3340 DeodexUtil.InlineMethod inlineMethod = deodexUtil.lookupInlineMethod(analyzedInstruction);
3372 if (deodexUtil == null) {
3378 DeodexUtil.InlineMethod inlineMethod = deodexUtil.lookupInlineMethod(analyzedInstruction);
3431 FieldIdItem fieldIdItem = deodexUtil.lookupField(objectRegisterType.type, fieldOffset);
3479 methodIdItem = deodexUtil.lookupVirtualMethod(classDef.getSuperclass(), methodIndex);
3487 methodIdItem = deodexUtil
[all...]

Completed in 47 milliseconds