Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h582 ArtMethod* method = klass->FindVirtualMethodForInterface( in FindMethodFromCode()
591 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodFromCode()
710 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method, in FindMethodFast()
Dentrypoint_utils.cc131 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
/art/runtime/mirror/
Dclass-inl.h532 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function
569 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
Dclass.h907 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1122 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
2383 method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
2392 method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
/art/runtime/
Dclass_linker_test.cc1234 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, kRuntimePointerSize)); in TEST_F()
1235 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, kRuntimePointerSize)); in TEST_F()
1236 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, kRuntimePointerSize)); in TEST_F()
/art/compiler/optimizing/
Dinliner.cc222 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget()
728 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()