Searched refs:super_interface (Results 1 – 1 of 1) sorted by relevance
6932 const bool super_interface = is_super && extend_super_iftable; in AllocateIfTableMethodArrays() local6934 if (super_interface) { in AllocateIfTableMethodArrays()7239 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); in FillIfTable() local7240 if (!ContainsElement(classes_in_iftable, super_interface)) { in FillIfTable()7241 DCHECK(NotSubinterfaceOfAny(classes_in_iftable, super_interface)) << "Bad ordering."; in FillIfTable()7242 classes_in_iftable.insert(super_interface.Ptr()); in FillIfTable()7243 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()7256 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); in FillIfTable() local7257 DCHECK(ContainsElement(classes_in_iftable, super_interface)) in FillIfTable()7258 << "Iftable does not contain " << mirror::Class::PrettyClass(super_interface) in FillIfTable()[all …]