Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc149 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
Dentrypoint_utils-inl.h583 called_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodToCall()
/art/runtime/mirror/
Dclass-inl.h574 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function
615 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
Dclass.h913 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
/art/runtime/
Dclass_linker_test.cc1307 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, kRuntimePointerSize)); in TEST_F()
1308 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, kRuntimePointerSize)); in TEST_F()
1309 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, kRuntimePointerSize)); in TEST_F()
Dart_method-inl.h241 receiver->GetClass()->FindVirtualMethodForInterface(this, kRuntimePointerSize);
/art/compiler/optimizing/
Dinliner.cc263 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget()
768 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1234 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
2284 ArtMethod* method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()