Searched refs:FindVirtualMethodForInterface (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/art/runtime/entrypoints/ |
H A D | entrypoint_utils.cc | 148 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
|
H A D | entrypoint_utils-inl.h | 582 called_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodToCall()
|
/aosp_15_r20/art/runtime/mirror/ |
H A D | class-inl.h | 574 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function 621 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
|
H A D | class.h | 933 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
|
/aosp_15_r20/art/runtime/ |
H A D | class_linker_test.cc | 1297 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 D | art_method-inl.h | 245 receiver->GetClass()->FindVirtualMethodForInterface(this, kRuntimePointerSize);
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | inliner.cc | 266 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 D | quick_trampoline_entrypoints.cc | 1316 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline() 2360 ArtMethod* method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
|