Searched refs:constructor_count (Results 1 – 1 of 1) sorted by relevance
449 size_t constructor_count = 0; in Class_getDeclaredConstructorsInternal() local452 constructor_count += MethodMatchesConstructor(&m, public_only, hiddenapi_context) ? 1u : 0u; in Class_getDeclaredConstructorsInternal()455 soa.Self(), GetClassRoot<mirror::ObjectArray<mirror::Constructor>>(), constructor_count)); in Class_getDeclaredConstructorsInternal()460 constructor_count = 0; in Class_getDeclaredConstructorsInternal()471 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor); in Class_getDeclaredConstructorsInternal()