Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h247 typedef struct DexTypeId { struct
249 } DexTypeId; typedef
487 const DexTypeId* pTypeIds;
613 DEX_INLINE const DexTypeId* dexGetTypeId(const DexFile* pDexFile, u4 idx) { in dexGetTypeId()
623 const DexTypeId* typeId = dexGetTypeId(pDexFile, idx); in dexStringByTypeIdx()
DDexFile.c473 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff); in dexFileSetupBasicPointers()
DDexSwapVerify.c580 DexTypeId* item = ptr; in swapTypeIdItem()
590 const DexTypeId* item = ptr; in crossVerifyTypeIdItem()
599 const DexTypeId* item0 = state->previousItem; in crossVerifyTypeIdItem()