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

/art/runtime/
H A Dclass_linker.cc6280 const bool super_interface = is_super && extend_super_iftable;
6282 if (super_interface) {
6577 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); local
6578 if (!ContainsElement(classes_in_iftable, super_interface)) {
6579 DCHECK(NotSubinterfaceOfAny(classes_in_iftable, super_interface)) << "Bad ordering.";
6580 classes_in_iftable.insert(super_interface);
6581 iftable->SetInterface(filled_ifcount, super_interface);
6594 ObjPtr<mirror::Class> super_interface = interface->GetIfTable()->GetInterface(j); local
6595 DCHECK(ContainsElement(classes_in_iftable, super_interface))
6596 << "Iftable does not contain " << mirror::Class::PrettyClass(super_interface)
6678 ObjPtr<mirror::Class> super_interface = super_iftable->GetInterface(i); local
[all...]

Completed in 36 milliseconds