Home
last modified time | relevance | path

Searched refs:protoIdx (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/form/
DForm4rcc.java76 int protoIdx = mci.getIndex(1); in isCompatible() local
77 if (!unsignedFitsInShort(methodIdx) || !unsignedFitsInShort(protoIdx)) { in isCompatible()
DForm45cc.java86 int protoIdx = mci.getIndex(1); in isCompatible() local
87 if (!unsignedFitsInShort(methodIdx) || !unsignedFitsInShort(protoIdx)) { in isCompatible()
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java246 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