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

/dalvik/libdex/
H A DDexProto.cpp137 const DexTypeList* typeList = dexGetProtoParameters(dexFile, protoId);
220 const DexTypeList* typeList =
263 const DexTypeList* typeList1 =
269 const DexTypeList* typeList2 =
H A DDexProto.h204 const DexTypeList* parameters;
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) {
H A DDexSwapVerify.cpp1005 const DexTypeList* interfaces =
1320 DexTypeList* pTypeList = (DexTypeList*) ptr;
/dalvik/dexdump/
H A DDexDump.cpp1348 const DexTypeList* pInterfaces;
/dalvik/vm/oo/
H A DClass.cpp1800 const DexTypeList* pInterfacesList;

Completed in 84 milliseconds