Searched refs:h_methods (Results 1 – 1 of 1) sorted by relevance
4975 Handle<mirror::ObjectArray<mirror::Method>> h_methods = in CreateProxyClass() local4977 DCHECK_EQ(h_methods->GetClass(), GetClassRoot<mirror::ObjectArray<mirror::Method>>()) in CreateProxyClass()4978 << mirror::Class::PrettyClass(h_methods->GetClass()); in CreateProxyClass()4982 proxied_methods.reserve(h_methods->GetLength()); in CreateProxyClass()4983 proxied_throws_idx.reserve(h_methods->GetLength()); in CreateProxyClass()4985 for (auto [mirror, idx] : ZipCount(h_methods.Iterate<mirror::Method>())) { in CreateProxyClass()5000 static_cast<int32_t>(num_virtual_methods) != h_methods->GetLength(); in CreateProxyClass()