Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc287 size_t constructor_count = 0; in Class_getDeclaredConstructorsInternal() local
290 constructor_count += MethodMatchesConstructor(&m, publicOnly != JNI_FALSE) ? 1u : 0u; in Class_getDeclaredConstructorsInternal()
293 soa.Self(), mirror::Constructor::ArrayClass(), constructor_count)); in Class_getDeclaredConstructorsInternal()
298 constructor_count = 0; in Class_getDeclaredConstructorsInternal()
306 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor); in Class_getDeclaredConstructorsInternal()