Searched refs:VerifyAccess (Results 1 – 6 of 6) sorted by relevance
/art/runtime/ |
D | reflection.h | 120 bool VerifyAccess(Thread* self, 129 bool VerifyAccess(ObjPtr<mirror::Object> obj,
|
D | reflection.cc | 751 if (!accessible && !VerifyAccess(soa.Self(), in InvokeMethod() 1015 bool VerifyAccess(Thread* self, in VerifyAccess() function 1030 return VerifyAccess(obj, declaring_class, access_flags, klass); in VerifyAccess() 1033 bool VerifyAccess(ObjPtr<mirror::Object> obj, in VerifyAccess() function
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 59 if (!VerifyAccess(self, in VerifyFieldAccess()
|
D | java_lang_Class.cc | 952 if (UNLIKELY(caller != nullptr && !VerifyAccess(receiver.Get(), in Class_newInstance()
|
/art/build/boot/ |
D | preloaded-classes | 2157 sun.invoke.util.VerifyAccess
|
D | boot-image-profile.txt | 11906 Lsun/invoke/util/VerifyAccess;
|