Home
last modified time | relevance | path

Searched refs:DexTypeId (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DDexFile.h312 struct DexTypeId { struct
549 const DexTypeId* pTypeIds;
682 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) { in dexGetTypeId()
692 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx); in dexStringByTypeIdx()
DDexSwapVerify.cpp555 DexTypeId* item = (DexTypeId*) ptr; in swapTypeIdItem()
565 const DexTypeId* item = (const DexTypeId*) ptr; in crossVerifyTypeIdItem()
574 const DexTypeId* item0 = (const DexTypeId*) state->previousItem; in crossVerifyTypeIdItem()
DDexFile.cpp275 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff); in dexFileSetupBasicPointers()