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.h266 u2 protoIdx; /* index into protoIds for method prototype */ member in struct:DexMethodId
795 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) {
H A DDexFile.c1076 u4 protoIdx,
1087 DexProto proto = { pDexFile, protoIdx };
1072 dexDecodeDebugInfo( const DexFile* pDexFile, const DexCode* pCode, const char* classDescriptor, u4 protoIdx, u4 accessFlags, DexDebugNewPositionCb posCb, DexDebugNewLocalCb localCb, void* cnxt) argument
/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.c520 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
546 dexDecodeDebugInfo(pDexFile, pCode, classDescriptor, pMethodId->protoIdx,
/dalvik/vm/
H A DDebugger.c1369 method->prototype.protoIdx,
1466 method->prototype.protoIdx,
2983 method->prototype.protoIdx,
/dalvik/vm/interp/
H A DStack.c834 method->prototype.protoIdx,
/dalvik/vm/compiler/codegen/arm/
H A DAssemble.c1817 method->prototype.protoIdx,
/dalvik/vm/analysis/
H A DCodeVerify.c5765 meth->prototype.protoIdx,

Completed in 494 milliseconds