Searched refs:DexTypeItem (Results 1 – 4 of 4) sorted by relevance
296 typedef struct DexTypeItem { struct298 } DexTypeItem; typedef305 DexTypeItem list[1]; /* entries */697 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList, in dexGetTypeItem()705 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx()
1282 DexTypeItem* pType; in swapTypeList()1289 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList()
443 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
1722 const DexTypeItem* pType = dexGetTypeItem(pInterfacesList, i); in loadClassFromDex0()