Searched refs:GetInterfacesList (Results 1 – 8 of 8) 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
2788 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()
1506 const dex::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
1273 return GetDexFile().GetInterfacesList(*class_def); in GetInterfaceTypeList()
1120 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()