Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc553 static ALWAYS_INLINE inline bool MethodMatchesConstructor( in MethodMatchesConstructor() function
577 constructor_count += MethodMatchesConstructor(&m, public_only, hiddenapi_context) ? 1u : 0u; in Class_getDeclaredConstructorsInternal()
587 if (MethodMatchesConstructor(&m, public_only, hiddenapi_context)) { in Class_getDeclaredConstructorsInternal()