Searched refs:methodIndex (Results 1 – 2 of 2) sorted by relevance
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()