Searched refs:proxy_constructor (Results 1 – 1 of 1) sorted by relevance
3976 mirror::ArtMethod* proxy_constructor = proxy_direct_methods->Get(2); in CreateProxyConstructor() local3979 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()