Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/entrypoints/
H A Dentrypoint_utils.cc148 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
H A Dentrypoint_utils-inl.h582 called_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodToCall()
/aosp_15_r20/art/runtime/mirror/
H A Dclass-inl.h574 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function
621 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
H A Dclass.h933 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
/aosp_15_r20/art/runtime/
H A Dclass_linker_test.cc1297 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, kRuntimePointerSize)); in TEST_F()
1298 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, kRuntimePointerSize)); in TEST_F()
1299 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, kRuntimePointerSize)); in TEST_F()
H A Dart_method-inl.h245 receiver->GetClass()->FindVirtualMethodForInterface(this, kRuntimePointerSize);
/aosp_15_r20/art/compiler/optimizing/
H A Dinliner.cc266 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget()
848 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1316 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
2360 ArtMethod* method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()