Home | History | Annotate | Download | only in runtime

Lines Matching refs:InstanceOf

220           if (!obj->InstanceOf(field_type)) {
349 * will be handled automatically by the instanceof check.)
358 if (!o->InstanceOf(m->GetDeclaringClass())) {