Searched refs:methodId (Results 1 – 7 of 7) sorted by relevance
91 int methodId = one.getIndex(); in FindUsages()92 if (methodIds.contains(methodId)) { in FindUsages()93 out.println(location() + ": method reference " + dex.methodIds().get(methodId) in FindUsages()103 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location() local104 return className + "." + dex.strings().get(methodId.getNameIndex()); in location()
78 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location() local79 return className + "." + dex.strings().get(methodId.getNameIndex()); in location()
101 int methodId = one.getIndex(); in visit() local102 int mappedId = indexMap.adjustMethod(methodId); in visit()
192 public MethodId adjust(MethodId methodId) { in adjust() argument194 adjustType(methodId.getDeclaringClassIndex()), in adjust()195 adjustProto(methodId.getProtoIndex()), in adjust()196 adjustString(methodId.getNameIndex())); in adjust()
501 @Override void write(MethodId methodId) { in mergeMethodIds() argument502 methodId.writeTo(idsDefsOut); in mergeMethodIds()
85 for (MethodId methodId : dex.methodIds()) { in printMethodIds()86 System.out.println("methodId " + index + ": " + methodId); in printMethodIds()
412 MethodIdItem methodId = mMethodIds[i]; in addExternalMethodReferences() local414 classNameFromTypeIndex(methodId.classIdx), in addExternalMethodReferences()415 argArrayFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences()416 returnTypeFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences()417 mStrings[methodId.nameIdx]); in addExternalMethodReferences()