HomeSort by relevance Sort by last modified time
    Searched refs:DexProtoId (Results 1 - 4 of 4) sorted by null

  /dalvik/libdex/
DexProto.cpp 118 * 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);
DexFile.h 295 struct DexProtoId {
510 const DexProtoId* pProtoIds;
667 DEX_INLINE const DexProtoId* dexGetProtoId(const DexFile* pDexFile, u4 idx) {
677 const DexFile *pDexFile, const DexProtoId* pProtoId) {
DexSwapVerify.cpp 615 DexProtoId* item = (DexProtoId*) ptr;
672 const DexProtoId* item = (const DexProtoId*) ptr;
718 const DexProtoId* item0 = (const DexProtoId*) state->previousItem;
    [all...]
DexFile.cpp 278 pDexFile->pProtoIds = (const DexProtoId*) (data + pHeader->protoIdsOff);

Completed in 26 milliseconds