Searched refs:FindMethodForProxy (Results 1 – 4 of 4) sorted by relevance
413 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()455 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in VisitRoots()
142 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this)); in FindOverriddenMethod()
486 ArtMethod* FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method)
4315 ArtMethod* ClassLinker::FindMethodForProxy(mirror::Class* proxy_class, ArtMethod* proxy_method) { in FindMethodForProxy() function in art::ClassLinker