Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc405 static ALWAYS_INLINE inline bool MethodMatchesConstructor(ArtMethod* m, bool public_only) in MethodMatchesConstructor() function
419 constructor_count += MethodMatchesConstructor(&m, publicOnly != JNI_FALSE) ? 1u : 0u; in Class_getDeclaredConstructorsInternal()
429 if (MethodMatchesConstructor(&m, publicOnly != JNI_FALSE)) { in Class_getDeclaredConstructorsInternal()