Home | History | Annotate | Download | only in runtime

Lines Matching defs:VerifyAccess

641   if (!accessible && !VerifyAccess(soa.Self(),
877 bool VerifyAccess(Thread* self,
892 return VerifyAccess(obj, declaring_class, access_flags, klass);
895 bool VerifyAccess(ObjPtr<mirror::Object> obj,