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()
1321 DexTypeItem* pType; in swapTypeList()1328 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList()
546 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
1808 const DexTypeItem* pType = dexGetTypeItem(pInterfacesList, i); in loadClassFromDex0()