Searched refs:hiddenapi_context (Results 1 – 1 of 1) sorted by relevance
/art/runtime/native/ |
D | java_lang_Class.cc | 296 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(self); in GetDeclaredFields() local 299 if (!IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 304 if (!IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 315 if (IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 329 if (IsDiscoverable(public_only, hiddenapi_context, &field)) { in GetDeclaredFields() 558 const hiddenapi::AccessContext& hiddenapi_context) REQUIRES_SHARED(Locks::mutator_lock_) { in MethodMatchesConstructor() argument 562 IsDiscoverable(public_only, hiddenapi_context, m); in MethodMatchesConstructor() 570 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(soa.Self()); in Class_getDeclaredConstructorsInternal() local 579 constructor_count += MethodMatchesConstructor(&m, public_only, hiddenapi_context) ? 1u : 0u; in Class_getDeclaredConstructorsInternal() 589 if (MethodMatchesConstructor(&m, public_only, hiddenapi_context)) { in Class_getDeclaredConstructorsInternal() [all …]
|