Searched refs:method_reference_class (Results 1 – 1 of 1) sorted by relevance
498 ObjPtr<mirror::Class> method_reference_class = in FindMethodFromCode() local500 if (UNLIKELY(method_reference_class == nullptr)) { in FindMethodFromCode()504 } else if (!method_reference_class->IsInterface()) { in FindMethodFromCode()509 if (method_reference_class->IsAssignableFrom(h_referring_class.Get())) { in FindMethodFromCode()530 if (!method_reference_class->IsAssignableFrom(h_this->GetClass())) { in FindMethodFromCode()532 method_reference_class, in FindMethodFromCode()539 ArtMethod* result = method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFromCode()681 ObjPtr<mirror::Class> method_reference_class = linker->LookupResolvedType( in FindMethodFast() local683 if (method_reference_class == nullptr) { in FindMethodFast()686 } else if (!method_reference_class->IsInterface()) { in FindMethodFast()[all …]