Home
last modified time | relevance | path

Searched refs:h_constructors (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Djava_lang_Class.cc421 auto h_constructors = hs.NewHandle(mirror::ObjectArray<mirror::Constructor>::Alloc( in Class_getDeclaredConstructorsInternal() local
423 if (UNLIKELY(h_constructors == nullptr)) { in Class_getDeclaredConstructorsInternal()
438 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor); in Class_getDeclaredConstructorsInternal()
441 return soa.AddLocalReference<jobjectArray>(h_constructors.Get()); in Class_getDeclaredConstructorsInternal()