Home | History | Annotate | Download | only in optimizing

Lines Matching defs:iftable

1268   ObjPtr<mirror::IfTable> iftable = cls->GetIfTable();
1269 DCHECK(iftable != nullptr);
1270 for (int32_t i = 0, count = iftable->Count(); i != count; ++i) {
1271 ObjPtr<mirror::Class> iface = iftable->GetInterface(i);