Searched refs:classes_in_iftable (Results 1 – 1 of 1) sorted by relevance
7254 std::unordered_set<ObjPtr<mirror::Class>, HashObjPtr> classes_in_iftable; in FillIfTable() local7258 DCHECK(NotSubinterfaceOfAny(classes_in_iftable, iface)) << "Bad ordering."; in FillIfTable()7259 classes_in_iftable.insert(iface); in FillIfTable()7270 if (!ContainsElement(classes_in_iftable, interface)) { in FillIfTable()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()7283 DCHECK(NotSubinterfaceOfAny(classes_in_iftable, interface)) << "Bad ordering"; in FillIfTable()7285 classes_in_iftable.insert(interface); in FillIfTable()7293 DCHECK(ContainsElement(classes_in_iftable, super_interface)) in FillIfTable()