Searched refs:methodId (Results 1 – 9 of 9) sorted by relevance
108 int methodId = one.getIndex(); in visit() local109 int mappedId = indexMap.adjustMethod(methodId); in visit()119 int methodId = one.getIndex(); in visit() local122 one.withProtoIndex(indexMap.adjustMethod(methodId), indexMap.adjustProto(protoId)); in visit()
208 public MethodId adjust(MethodId methodId) { in adjust() argument210 adjustType(methodId.getDeclaringClassIndex()), in adjust()211 adjustProto(methodId.getProtoIndex()), in adjust()212 adjustString(methodId.getNameIndex())); in adjust()
570 @Override void write(MethodId methodId) { in mergeMethodIds() argument571 methodId.writeTo(idsDefsOut); in mergeMethodIds()
93 int methodId = one.getIndex(); in FindUsages()94 if (methodIds.contains(methodId)) { in FindUsages()95 out.println(location() + ": method reference " + dex.methodIds().get(methodId) in FindUsages()105 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location() local106 return className + "." + dex.strings().get(methodId.getNameIndex()); in location()
414 MethodIdItem methodId = mMethodIds[i]; in addExternalMethodReferences() local416 classNameFromTypeIndex(methodId.classIdx), in addExternalMethodReferences()417 argArrayFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences()418 returnTypeFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences()419 mStrings[methodId.nameIdx]); in addExternalMethodReferences()
85 for (MethodId methodId : dex.methodIds()) { in printMethodIds()86 System.out.println("methodId " + index + ": " + methodId); in printMethodIds()
79 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location() local80 return className + "." + dex.strings().get(methodId.getNameIndex()); in location()
284 0002a4: 0a00 |methodId: 000a // method{java.lang.invoke.LambdaMetafactory.metafa…289 0002ac: 0300 |methodId: 0003 // method{Foo.lambda$bar$0:(ILjava/lang/Object;)V}
1058 000934: 0300 |methodId: 0003 // method{invokecustom.InvokeCustom.bsmCreateCallSi…1063 00093c: 0400 |methodId: 0004 // method{invokecustom.InvokeCustom.bsmLookupStatic…1068 000944: 0500 |methodId: 0005 // method{invokecustom.InvokeCustom.bsmLookupStatic…1073 00094c: 0600 |methodId: 0006 // method{invokecustom.InvokeCustom.bsmLookupTest9:…1078 000954: 0a00 |methodId: 000a // method{invokecustom.InvokeCustom.lambda$lambdaTe…1083 00095c: 3a00 |methodId: 003a // method{java.lang.invoke.LambdaMetafactory.metafa…1088 000964: 0900 |methodId: 0009 // method{invokecustom.InvokeCustom.helperMethodTes…1093 00096c: 2a00 |methodId: 002a // method{java.io.PrintStream.println:(Ljava/lang/S…1098 000974: 3000 |methodId: 0030 // method{java.lang.String.trim:()Ljava/lang/String…1103 00097c: 0200 |methodId: 0002 // method{invokecustom.InvokeCustom.<init>:(I)V}[all …]