Lines Matching full:this_object
231 mirror::Object* this_object,
233 // Referrer is calling interface_method on this_object, however, the interface_method isn't
234 // implemented by this_object.
235 CHECK(this_object != nullptr);
237 msg << "Class '" << PrettyDescriptor(this_object->GetClass())
246 mirror::Object* this_object,
248 // Referrer is calling interface_method on this_object, however, the interface_method isn't
249 // implemented by this_object.
250 CHECK(this_object != nullptr);
252 msg << "Class '" << PrettyDescriptor(this_object->GetClass())