Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api.h167 AccessContext GetReflectionCallerAccessContext(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_);
Dhidden_api.cc168 hiddenapi::AccessContext GetReflectionCallerAccessContext(Thread* self) in GetReflectionCallerAccessContext() function
/art/runtime/native/
Djava_lang_Class.cc63 return hiddenapi::GetReflectionCallerAccessContext(self); in GetHiddenapiAccessContextFunction()
443 auto hiddenapi_context = hiddenapi::GetReflectionCallerAccessContext(soa.Self()); in Class_getDeclaredConstructorsInternal()
506 auto hiddenapi_context = hiddenapi::GetReflectionCallerAccessContext(soa.Self()); in Class_getDeclaredMethodsUnchecked()
/art/runtime/mirror/
Dclass.cc1180 auto hiddenapi_context = hiddenapi::GetReflectionCallerAccessContext(self); in GetDeclaredFields()