Home
last modified time | relevance | path

Searched refs:DexTypeItem (Results 1 – 4 of 4) sorted by relevance

/dalvik/libdex/
DDexFile.h296 typedef struct DexTypeItem { struct
298 } DexTypeItem; typedef
305 DexTypeItem list[1]; /* entries */
697 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList, in dexGetTypeItem()
705 const DexTypeItem* pItem = dexGetTypeItem(pList, idx); in dexTypeListGetIdx()
DDexSwapVerify.c1282 DexTypeItem* pType; in swapTypeList()
1289 CHECK_LIST_SIZE(pType, count, sizeof(DexTypeItem)); in swapTypeList()
/dalvik/dexdump/
DDexDump.c443 void dumpInterface(const DexFile* pDexFile, const DexTypeItem* pTypeItem, in dumpInterface()
/dalvik/vm/oo/
DClass.c1722 const DexTypeItem* pType = dexGetTypeItem(pInterfacesList, i); in loadClassFromDex0()