Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc519 static ALWAYS_INLINE inline bool MethodMatchesConstructor( in MethodMatchesConstructor() function
538 constructor_count += MethodMatchesConstructor(&m, public_only, enforce_hidden_api) ? 1u : 0u; in Class_getDeclaredConstructorsInternal()
548 if (MethodMatchesConstructor(&m, public_only, enforce_hidden_api)) { in Class_getDeclaredConstructorsInternal()