Searched defs:constructor_count (Results 1 - 1 of 1) sorted by relevance

/art/runtime/native/
H A Djava_lang_Class.cc344 size_t constructor_count = 0; local
347 constructor_count += MethodMatchesConstructor(&m, publicOnly != JNI_FALSE) ? 1u : 0u;
350 soa.Self(), mirror::Constructor::ArrayClass(), constructor_count));
355 constructor_count = 0;
363 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor);

Completed in 14 milliseconds