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()
665 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.h898 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1340 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline()
2446 ArtMethod* m = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
2460 method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
/art/runtime/
Dclass_linker_test.cc1293 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, kRuntimePointerSize)); in TEST_F()
1294 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, kRuntimePointerSize)); in TEST_F()
1295 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, kRuntimePointerSize)); in TEST_F()
/art/compiler/optimizing/
Dinliner.cc248 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget()
839 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()