Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h536 ArtMethod* method = klass->FindVirtualMethodForInterface( in FindMethodToCall()
545 ArtMethod* interface_method = klass->FindVirtualMethodForInterface( in FindMethodToCall()
664 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method, in FindMethodFast()
Dentrypoint_utils.cc137 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
/art/runtime/mirror/
Dclass-inl.h617 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function
658 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
Dclass.h903 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
/art/runtime/
Dclass_linker_test.cc1296 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, kRuntimePointerSize)); in TEST_F()
1297 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, kRuntimePointerSize)); in TEST_F()
1298 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, kRuntimePointerSize)); in TEST_F()
/art/compiler/optimizing/
Dinliner.cc249 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget()
728 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1335 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
2372 ArtMethod* method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()