Searched refs:receiver_class (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc1801 mirror::Class* receiver_class = c; local
1802 if (receiver_class == NULL && o != NULL) {
1803 receiver_class = o->GetClass();
1805 // TODO: should we give up now if receiver_class is NULL?
1806 if (receiver_class != NULL && !f->GetDeclaringClass()->IsAssignableFrom(receiver_class)) {
1807 LOG(INFO) << "ERR_INVALID_FIELDID: " << PrettyField(f) << " " << PrettyClass(receiver_class);

Completed in 13 milliseconds