Searched refs:protoIdx (Results 1 – 3 of 3) sorted by relevance
76 int protoIdx = mci.getIndex(1); in isCompatible() local77 if (!unsignedFitsInShort(methodIdx) || !unsignedFitsInShort(protoIdx)) { in isCompatible()
86 int protoIdx = mci.getIndex(1); in isCompatible() local87 if (!unsignedFitsInShort(methodIdx) || !unsignedFitsInShort(protoIdx)) { in isCompatible()
246 mMethodIds[i].protoIdx = buffer.getShort() & 0xffff; in loadMethodIds()401 argArrayFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences()402 returnTypeFromProtoIndex(methodId.protoIdx), in addExternalMethodReferences()579 public int protoIdx; // index into proto_ids field in DexData.MethodIdItem