Home | History | Annotate | Download | only in mirror

Lines Matching defs:iftable

457   ObjPtr<IfTable> iftable = klass->GetIfTable();
458 for (int32_t i = 0, iftable_count = iftable->Count(); i < iftable_count; ++i) {
459 ObjPtr<Class> iface = iftable->GetInterface(i);
749 // Search through the IFTable for a working version. We don't need to check for conflicts
754 MutableHandle<IfTable> iftable(hs.NewHandle(GetIfTable()));
762 DCHECK_LT(k, iftable->Count());
763 iface.Assign(iftable->GetInterface(k));