Searched refs:public_only (Results 1 – 1 of 1) sorted by relevance
110 Thread* self, mirror::Class* klass, bool public_only, bool force_resolve) in GetDeclaredFields() argument118 if (public_only) { in GetDeclaredFields()139 if (!public_only || art_field->IsPublic()) { in GetDeclaredFields()153 if (!public_only || art_field->IsPublic()) { in GetDeclaredFields()276 static ALWAYS_INLINE inline bool MethodMatchesConstructor(ArtMethod* m, bool public_only) in MethodMatchesConstructor() argument279 return (!public_only || m->IsPublic()) && !m->IsStatic() && m->IsConstructor(); in MethodMatchesConstructor()