Searched refs:hiddenapi_context (Results 1 – 1 of 1) sorted by relevance
/art/runtime/native/ |
D | java_lang_Class.cc | 294 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(self); in GetDeclaredFields() local 297 if (!IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 302 if (!IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 313 if (IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 327 if (IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 556 const hiddenapi::AccessContext& hiddenapi_context) REQUIRES_SHARED(Locks::mutator_lock_) { in MethodMatchesConstructor() argument 560 IsDiscoverable(public_only, hiddenapi_context, m); in MethodMatchesConstructor() 568 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(soa.Self()); in Class_getDeclaredConstructorsInternal() local 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() [all …]
|