Home | History | Annotate | Download | only in runtime

Lines Matching defs:iftable

215       ObjPtr<mirror::IfTable> iftable = GetDeclaringClass()->GetIfTable();
216 for (size_t i = 0; i < iftable->Count() && result == nullptr; i++) {
217 ObjPtr<mirror::Class> interface = iftable->GetInterface(i);