Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h450 ArtMethod* method = klass->FindVirtualMethodForInterface( in FindMethodFromCode()
458 ArtMethod* interface_method = (*this_object)->GetClass()->FindVirtualMethodForInterface( in FindMethodFromCode()
572 return this_object->GetClass()->FindVirtualMethodForInterface(resolved_method, sizeof(void*)); in FindMethodFast()
Dentrypoint_utils.cc297 ArtMethod* proxy_method = rcvr->GetClass()->FindVirtualMethodForInterface( in InvokeProxyInvocationHandler()
/art/compiler/dex/
Dverified_method.cc301 concrete_method = reg_type.GetClass()->FindVirtualMethodForInterface( in GenerateDevirtMap()
/art/runtime/mirror/
Dclass-inl.h371 inline ArtMethod* Class::FindVirtualMethodForInterface(ArtMethod* method, size_t pointer_size) { in FindVirtualMethodForInterface() function
405 return FindVirtualMethodForInterface(method, pointer_size); in FindVirtualMethodForVirtualOrInterface()
Dclass.h804 ArtMethod* FindVirtualMethodForInterface(ArtMethod* method, size_t pointer_size)
/art/runtime/
Dclass_linker_test.cc997 EXPECT_EQ(Ai, A->FindVirtualMethodForInterface(Ii, sizeof(void*))); in TEST_F()
998 EXPECT_EQ(Aj1, A->FindVirtualMethodForInterface(Jj1, sizeof(void*))); in TEST_F()
999 EXPECT_EQ(Aj2, A->FindVirtualMethodForInterface(Jj2, sizeof(void*))); in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc920 called = receiver->GetClass()->FindVirtualMethodForInterface(called, sizeof(void*)); in artQuickResolutionTrampoline()
2056 method = this_object->GetClass()->FindVirtualMethodForInterface( in artInvokeInterfaceTrampoline()