Home | History | Annotate | Download | only in libdex

Lines Matching refs:DexTypeList

285     u4  interfacesOff;      /* file offset to DexTypeList */
302 typedef struct DexTypeList {
305 } 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* pList, u4 idx) {