Home
last modified time | relevance | path

Searched refs:FindMethodForProxy (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dart_method-inl.h461 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()
Dart_method.cc130 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this)); in FindOverriddenMethod()
Dclass_linker.h391 ArtMethod* FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method)
Dclass_linker.cc3422 ArtMethod* ClassLinker::FindMethodForProxy(mirror::Class* proxy_class, in FindMethodForProxy() function in art::ClassLinker