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

/dalvik/libdex/
H A DDexFile.h308 u4 interfacesOff; /* file offset to DexTypeList */
325 struct DexTypeList { struct
676 DEX_INLINE const DexTypeList* dexGetProtoParameters(
681 return (const DexTypeList*)
701 DEX_INLINE const DexTypeList* dexGetInterfacesList(const DexFile* pDexFile,
706 return (const DexTypeList*)
709 /* return the Nth entry in a DexTypeList. */
710 DEX_INLINE const DexTypeItem* dexGetTypeItem(const DexTypeList* pList,
717 DEX_INLINE u4 dexTypeListGetIdx(const DexTypeList* pList, u4 idx) {

Completed in 4455 milliseconds