Home
last modified time | relevance | path

Searched refs:method_reference_class (Results 1 – 1 of 1) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2225 ObjPtr<mirror::Class> method_reference_class = linker->LookupResolvedType( in FindMethodFast() local
2227 if (method_reference_class == nullptr) { in FindMethodFast()
2235 if (!method_reference_class->IsAssignableFrom(referring_class)) { in FindMethodFast()
2239 if (method_reference_class->IsInterface()) { in FindMethodFast()
2240 return method_reference_class->FindVirtualMethodForInterfaceSuper( in FindMethodFast()