Searched refs:GetInterfacesList (Results 1 – 7 of 7) 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()
420 const dex::TypeList* GetInterfacesList(const dex::ClassDef& class_def) const { in GetInterfacesList() function
2483 const dex::TypeList* interfaces = dex_file_->GetInterfacesList(*item); in CheckInterClassDefItem()
124 const dex::TypeList* ifaces = dex_file_.GetInterfacesList(GetClassDef()); in GetInterfaceDescriptors()
483 const dex::TypeList* type_list = dex_file.GetInterfacesList(disk_class_def); in CreateClassDef()
1506 const dex::TypeList* pInterfaces = pDexFile->GetInterfacesList(pClassDef); in dumpClass()
834 const art::dex::TypeList* interfaces = dex_file_->GetInterfacesList(def); in CheckClass()