Home
last modified time | relevance | path

Searched refs:super_interface (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc6975 const bool super_interface = is_super && extend_super_iftable; in AllocateIfTableMethodArrays() local
6977 if (super_interface) { in AllocateIfTableMethodArrays()
7275 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); in FillIfTable() local
7276 if (!ContainsElement(classes_in_iftable, super_interface)) { in FillIfTable()
7277 DCHECK(NotSubinterfaceOfAny(classes_in_iftable, super_interface)) << "Bad ordering."; in FillIfTable()
7278 classes_in_iftable.insert(super_interface); in FillIfTable()
7279 iftable->SetInterface(filled_ifcount, super_interface); in FillIfTable()
7292 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); in FillIfTable() local
7293 DCHECK(ContainsElement(classes_in_iftable, super_interface)) in FillIfTable()
7294 << "Iftable does not contain " << mirror::Class::PrettyClass(super_interface) in FillIfTable()
[all …]