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