Searched refs:h_constructors (Results 1 – 1 of 1) sorted by relevance
579 auto h_constructors = hs.NewHandle(mirror::ObjectArray<mirror::Constructor>::Alloc( in Class_getDeclaredConstructorsInternal() local581 if (UNLIKELY(h_constructors == nullptr)) { in Class_getDeclaredConstructorsInternal()596 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor); in Class_getDeclaredConstructorsInternal()599 return soa.AddLocalReference<jobjectArray>(h_constructors.Get()); in Class_getDeclaredConstructorsInternal()