Searched defs:protoIdx (Results 1 - 5 of 5) sorted by relevance

/dalvik/libdex/
H A DDexProto.h70 * Method prototype structure, which refers to a protoIdx in a
75 u4 protoIdx; /* index into proto_ids table of dexFile */ member in struct:DexProto
85 pProto->protoIdx = pMethodId->protoIdx;
90 * prototype must be protoIdx-based.
H A DDexFile.c852 u4 protoIdx,
863 DexProto proto = { pDexFile, protoIdx };
848 dexDecodeDebugInfo( const DexFile* pDexFile, const DexCode* pCode, const char* classDescriptor, u4 protoIdx, u4 accessFlags, DexDebugNewPositionCb posCb, DexDebugNewLocalCb localCb, void* cnxt) argument
H A DDexSwapVerify.c686 u4 protoIdx = item - state->pDexFile->pProtoIds; local
687 DexProto proto = { state->pDexFile, protoIdx };
725 DexProto proto0 = { state->pDexFile, protoIdx - 1 };
840 SWAP_INDEX2(item->protoIdx, state->pHeader->protoIdsSize);
886 if (item0->protoIdx >= item->protoIdx) {
H A DDexFile.h265 u2 protoIdx; /* index into protoIds for method prototype */ member in struct:DexMethodId
780 u4 protoIdx,
/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java246 mMethodIds[i].protoIdx = readShort() & 0xffff;
407 argArrayFromProtoIndex(methodId.protoIdx),
408 returnTypeFromProtoIndex(methodId.protoIdx),
580 public int protoIdx; // index into proto_ids field in class:DexData.MethodIdItem

Completed in 62 milliseconds