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