Searched refs:h_methods (Results 1 – 1 of 1) sorted by relevance
4964 Handle<mirror::ObjectArray<mirror::Method>> h_methods = in CreateProxyClass() local4966 DCHECK_EQ(h_methods->GetClass(), GetClassRoot<mirror::ObjectArray<mirror::Method>>()) in CreateProxyClass()4967 << mirror::Class::PrettyClass(h_methods->GetClass()); in CreateProxyClass()4971 proxied_methods.reserve(h_methods->GetLength()); in CreateProxyClass()4972 proxied_throws_idx.reserve(h_methods->GetLength()); in CreateProxyClass()4974 for (auto [mirror, idx] : ZipCount(h_methods.Iterate<mirror::Method>())) { in CreateProxyClass()4989 static_cast<int32_t>(num_virtual_methods) != h_methods->GetLength(); in CreateProxyClass()