Searched refs:GetInterfacesList (Results 1 – 9 of 9) sorted by relevance
164 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupMethodIn()208 const dex::TypeList* interfaces = other_dex_file.GetInterfacesList(*kls.GetClassDef()); in LookupFieldIn()
423 const dex::TypeList* GetInterfacesList(const dex::ClassDef& class_def) const { in GetInterfacesList() function
2784 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem()
124 const dex::TypeList* ifaces = dex_file_.GetInterfacesList(GetClassDef()); in GetInterfaceDescriptors()
484 const dex::TypeList* type_list = dex_file.GetInterfacesList(disk_class_def); in CreateClassDef()
1273 return GetDexFile().GetInterfacesList(*class_def); in GetInterfaceTypeList()
1548 const dex::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
1120 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()
6268 const dex::TypeList* interfaces = dex_file.GetInterfacesList(class_def); in LoadSuperAndInterfaces()