Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h413 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()
455 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in VisitRoots()
Dart_method.cc142 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this)); in FindOverriddenMethod()
Dclass_linker.h486 ArtMethod* FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method)
Dclass_linker.cc4315 ArtMethod* ClassLinker::FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method) { in FindMethodForProxy() function in art::ClassLinker