Searched defs:DexTypeList (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexFile.h285 u4 interfacesOff; /* file offset to DexTypeList */
302 typedef struct DexTypeList { struct
305 } DexTypeList; typedef in typeref:struct:DexTypeList
649 DEX_INLINE const DexTypeList* dexGetProtoParameters(
654 return (const DexTypeList*)
674 DEX_INLINE const DexTypeList* dexGetInterfacesList(const DexFile* pDexFile,
679 return (const DexTypeList*)
682 /* return the Nth entry in a DexTypeList. */
683 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
690 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pLis
[all...]

Completed in 51 milliseconds