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
660 DEX_INLINE const DexTypeList* dexGetProtoParameters(
665 return (const DexTypeList*)
676 DEX_INLINE const DexTypeList* dexGetInterfacesList(const DexFile* pDexFile,
681 return (const DexTypeList*)
684 /* return the Nth entry in a DexTypeList. */
685 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
692 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pLis
[all...]

Completed in 143 milliseconds