Searched refs:GetInterfacesList (Results 1 – 8 of 8) sorted by relevance
178 const DexFile::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupMethodIn()225 const DexFile::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupFieldIn()
656 const TypeList* GetInterfacesList(const ClassDef& class_def) const { in GetInterfacesList() function
2338 const DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem()
367 const DexFile::TypeList* type_list = dex_file.GetInterfacesList(disk_class_def); in CreateClassDef()
1123 return GetDexFile().GetInterfacesList(*class_def); in GetInterfaceTypeList()
784 const art::DexFile::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()
1515 const DexFile::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
5502 const DexFile::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces()