Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h270 struct DexTypeId { struct
507 const DexTypeId* pTypeIds;
640 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) { in dexGetTypeId()
650 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx); in dexStringByTypeIdx()
DDexSwapVerify.cpp581 DexTypeId* item = (DexTypeId*) ptr; in swapTypeIdItem()
591 const DexTypeId* item = (const DexTypeId*) ptr; in crossVerifyTypeIdItem()
600 const DexTypeId* item0 = (const DexTypeId*) state->previousItem; in crossVerifyTypeIdItem()
DDexFile.cpp275 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff); in dexFileSetupBasicPointers()