Searched refs:FindVirtualMethodForInterface (Results 1 – 7 of 7) sorted by relevance
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 582 ArtMethod* method = klass->FindVirtualMethodForInterface( in FindMethodFromCode() 591 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodFromCode() 710 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method, in FindMethodFast()
|
D | entrypoint_utils.cc | 131 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
|
/art/runtime/mirror/ |
D | class-inl.h | 532 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function 569 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
|
D | class.h | 907 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1122 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline() 2383 method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline() 2392 method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
|
/art/runtime/ |
D | class_linker_test.cc | 1234 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, kRuntimePointerSize)); in TEST_F() 1235 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, kRuntimePointerSize)); in TEST_F() 1236 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, kRuntimePointerSize)); in TEST_F()
|
/art/compiler/optimizing/ |
D | inliner.cc | 222 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget() 728 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()
|