Searched refs:FindMethodForProxy (Results 1 – 4 of 4) sorted by relevance
121 Runtime::Current()->GetClassLinker()->FindMethodForProxy(GetDeclaringClass(), this)); in FindOverriddenMethod()
545 Runtime::Current()->GetClassLinker()->FindMethodForProxy(klass, this)); in GetInterfaceMethodIfProxy()
341 mirror::ArtMethod* FindMethodForProxy(mirror::Class* proxy_class,
3945 mirror::ArtMethod* ClassLinker::FindMethodForProxy(mirror::Class* proxy_class, in FindMethodForProxy() function in art::ClassLinker