Home
last modified time | relevance | path

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

/aosp12/art/runtime/native/
H A Djava_lang_Class.cc135 static std::function<hiddenapi::AccessContext()> GetHiddenapiAccessContextFunction(Thread* self) { in GetHiddenapiAccessContextFunction() function
145 GetHiddenapiAccessContextFunction(self), in ShouldDenyAccessToMember()
621 GetHiddenapiAccessContextFunction(soa.Self()))); in Class_getDeclaredMethodInternal()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc195 static std::function<hiddenapi::AccessContext()> GetHiddenapiAccessContextFunction( in GetHiddenapiAccessContextFunction() function
208 GetHiddenapiAccessContextFunction(frame), in ShouldDenyAccessToMember()
385 auto fn_hiddenapi_access_context = GetHiddenapiAccessContextFunction(shadow_frame); in UnstartedClassGetDeclaredMethod()