Searched refs:protoIdx (Results 1 - 12 of 12) 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 DDexFile.h265 u2 protoIdx; /* index into protoIds for method prototype */ member in struct:DexMethodId
780 u4 protoIdx,
H A DDexProto.c122 return dexGetProtoId(pProto->dexFile, pProto->protoIdx);
127 * prototype must be protoIdx-based.
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) {
/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
/dalvik/dexlist/
H A DDexList.c125 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
/dalvik/dexdump/
H A DDexDump.c621 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
647 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
/dalvik/vm/
H A DDebugger.c1386 method->prototype.protoIdx,
1483 method->prototype.protoIdx,
3001 method->prototype.protoIdx,
/dalvik/vm/interp/
H A DStack.c833 method->prototype.protoIdx,
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.c1890 method->prototype.protoIdx,
/dalvik/vm/analysis/
H A DCodeVerify.c5778 meth->prototype.protoIdx,

Completed in 979 milliseconds