Searched refs:methodIndex (Results 1 – 4 of 4) sorted by relevance
82 private final int methodIndex; field in ClassData.Method86 public Method(int methodIndex, int accessFlags, int codeOffset) { in Method() argument87 this.methodIndex = methodIndex; in Method()93 return methodIndex; in getMethodIndex()
560 int methodIndex = 0; in readMethods() local562 methodIndex += readUleb128(); // method index diff in readMethods()565 result[i] = new ClassData.Method(methodIndex, accessFlags, codeOff); in readMethods()
136 int methodIndex = method.getMethodIndex(); in findUsages() local137 if (methodIds.contains(methodIndex)) { in findUsages()138 … out.println(location() + " method declared " + dex.methodIds().get(methodIndex)); in findUsages()175 int methodIndex = 0; in getMethodIds() local179 methods.add(methodIndex); in getMethodIds()181 methodIndex++; in getMethodIds()
164 public int adjustMethod(int methodIndex) { in adjustMethod() argument165 return methodIds[methodIndex] & 0xffff; in adjustMethod()