Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_Class.cc66 static hiddenapi::AccessContext GetReflectionCaller(Thread* self) in GetReflectionCaller() function
136 return [=]() REQUIRES_SHARED(Locks::mutator_lock_) { return GetReflectionCaller(self); }; in GetHiddenapiAccessContextFunction()
296 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(self); in GetDeclaredFields()
570 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(soa.Self()); in Class_getDeclaredConstructorsInternal()
633 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(soa.Self()); in Class_getDeclaredMethodsUnchecked()