Home | History | Annotate | Download | only in runtime

Lines Matching full:receiver_class

1450   mirror::Class* receiver_class = c;
1451 if (receiver_class == NULL && o != NULL) {
1452 receiver_class = o->GetClass();
1454 // TODO: should we give up now if receiver_class is NULL?
1455 if (receiver_class != NULL && !f->GetDeclaringClass()->IsAssignableFrom(receiver_class)) {
1456 LOG(INFO) << "ERR_INVALID_FIELDID: " << PrettyField(f) << " " << PrettyClass(receiver_class);