Searched refs:super_interface (Results 1 – 1 of 1) sorted by relevance
6921 const bool super_interface = is_super && extend_super_iftable; in AllocateIfTableMethodArrays() local6923 if (super_interface) { in AllocateIfTableMethodArrays()7228 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); in FillIfTable() local7229 if (!ContainsElement(classes_in_iftable, super_interface)) { in FillIfTable()7230 DCHECK(NotSubinterfaceOfAny(classes_in_iftable, super_interface)) << "Bad ordering."; in FillIfTable()7231 classes_in_iftable.insert(super_interface.Ptr()); in FillIfTable()7232 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()7245 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); in FillIfTable() local7246 DCHECK(ContainsElement(classes_in_iftable, super_interface)) in FillIfTable()7247 << "Iftable does not contain " << mirror::Class::PrettyClass(super_interface) in FillIfTable()[all …]