Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_Class.cc65 static hiddenapi::AccessContext GetReflectionCaller(Thread* self) in GetReflectionCaller() function
134 return [=]() REQUIRES_SHARED(Locks::mutator_lock_) { return GetReflectionCaller(self); }; in GetHiddenapiAccessContextFunction()
294 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(self); in GetDeclaredFields()
568 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(soa.Self()); in Class_getDeclaredConstructorsInternal()
631 hiddenapi::AccessContext hiddenapi_context = GetReflectionCaller(soa.Self()); in Class_getDeclaredMethodsUnchecked()