Searched refs:FindVirtualMethodForInterface (Results 1 – 8 of 8) sorted by relevance
| /art/runtime/entrypoints/ |
| D | entrypoint_utils.cc | 149 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
|
| D | entrypoint_utils-inl.h | 583 called_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodToCall()
|
| /art/runtime/mirror/ |
| D | class-inl.h | 574 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, in FindVirtualMethodForInterface() function 615 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
|
| D | class.h | 913 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, PointerSize pointer_size)
|
| /art/runtime/ |
| D | class_linker_test.cc | 1307 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()
|
| D | art_method-inl.h | 241 receiver->GetClass()->FindVirtualMethodForInterface(this, kRuntimePointerSize);
|
| /art/compiler/optimizing/ |
| D | inliner.cc | 263 resolved_method = info.GetTypeHandle()->FindVirtualMethodForInterface( in FindVirtualOrInterfaceTarget() 768 resolved_method = klass->FindVirtualMethodForInterface(resolved_method, pointer_size); in ResolveMethodFromInlineCache()
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 1234 called = receiver->GetClass()->FindVirtualMethodForInterface(called, kRuntimePointerSize); in artQuickResolutionTrampoline() 2284 ArtMethod* method = cls->FindVirtualMethodForInterface(interface_method, kRuntimePointerSize); in artInvokeInterfaceTrampoline()
|