Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3976 mirror::ArtMethod* proxy_constructor = proxy_direct_methods->Get(2); in CreateProxyConstructor() local
3979 proxy_class->GetDexCache()->SetResolvedMethod(proxy_constructor->GetDexMethodIndex(), in CreateProxyConstructor()
3980 proxy_constructor); in CreateProxyConstructor()
3983 mirror::ArtMethod* constructor = down_cast<mirror::ArtMethod*>(proxy_constructor->Clone(self)); in CreateProxyConstructor()