Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dart_method.cc121 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this)); in FindOverriddenMethod()
Dart_method-inl.h545 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()
/art/runtime/
Dclass_linker.h341 mirror::ArtMethod* FindMethodForProxy(mirror::Class* proxy_class,
Dclass_linker.cc3945 mirror::ArtMethod* ClassLinker::FindMethodForProxy(mirror::Class* proxy_class, in FindMethodForProxy() function in art::ClassLinker