Home | History | Annotate | Download | only in entrypoints

Lines Matching full:this_object

437 inline ArtMethod* FindMethodFromCode(uint32_t method_idx, mirror::Object** this_object,
445 hs.NewHandleWrapper(type == kStatic ? &null_this : this_object));
454 } else if (UNLIKELY(*this_object == nullptr && type != kStatic)) {
490 mirror::Class* klass = (*this_object)->GetClass();
542 if (!method_reference_class->IsAssignableFrom((*this_object)->GetClass())) {
545 *this_object,
564 ArtMethod* imt_method = (*this_object)->GetClass()->GetImt(pointer_size)->
568 mirror::Class* klass = (*this_object)->GetClass();
577 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface(
581 *this_object, referrer);
597 mirror::Object** this_object, \
665 inline ArtMethod* FindMethodFast(uint32_t method_idx, mirror::Object* this_object,
667 if (UNLIKELY(this_object == nullptr && type != kStatic)) {
691 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method, sizeof(void*));
721 return this_object->GetClass()->GetVTableEntry(