Searched refs:DexProtoId (Results 1 - 5 of 5) sorted by relevance

/dalvik/libdex/
H A DDexProto.cpp118 * Return the DexProtoId from the given DexProto. The DexProto must
119 * actually refer to a DexProtoId.
121 static inline const DexProtoId* getProtoId(const DexProto* pProto) {
127 const DexProtoId* protoId = getProtoId(pProto);
136 const DexProtoId* protoId = getProtoId(pProto);
213 const DexProtoId* protoId = getProtoId(pProto);
219 const DexProtoId* protoId = getProtoId(pProto);
262 const DexProtoId* protoId1 = getProtoId(pProto1);
268 const DexProtoId* protoId2 = getProtoId(pProto2);
H A DDexFile.h351 struct DexProtoId { struct
598 const DexProtoId* pProtoIds;
755 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) {
765 const DexFile *pDexFile, const DexProtoId* pProtoId) {
H A DDexSwapVerify.cpp599 DexProtoId* item = (DexProtoId*) ptr;
656 const DexProtoId* item = (const DexProtoId*) ptr;
702 const DexProtoId* item0 = (const DexProtoId*) state->previousItem;
H A DDexFile.cpp275 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff);
/dalvik/dexdump/
H A DDexDump.cpp710 const DexProtoId* protoId = dexGetProtoId(pDexFile, protoIdx);

Completed in 107 milliseconds