Home | History | Annotate | Download | only in findusages

Lines Matching defs:methodIds

36     private final Set<Integer> methodIds;
63 methodIds = fieldIds = null;
67 methodIds = new HashSet<Integer>();
74 methodIds.addAll(getMethodIds(dex, memberNameIndexes, typeIndex));
94 if (methodIds.contains(methodId)) {
95 out.println(location() + ": method reference " + dex.methodIds().get(methodId)
105 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex());
116 if (fieldIds == null || methodIds == null) {
139 if (methodIds.contains(methodIndex)) {
140 out.println(location() + " method declared " + dex.methodIds().get(methodIndex));
178 for (MethodId method : dex.methodIds()) {