Searched refs:DexTypeItem (Results 1 – 4 of 4) sorted by relevance
318 struct DexTypeItem { struct327 DexTypeItem list[1]; /* entries */ argument710 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList, in dexGetTypeItem()718 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx()
1327 DexTypeItem* pType; in swapTypeList()1334 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList()
549 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
1811 const DexTypeItem* pType = dexGetTypeItem(pInterfacesList, i); in loadClassFromDex0()