Searched refs:MayAccessWeakGlobals (Results 1 – 4 of 4) sorted by relevance
27 inline bool JavaVMExt::MayAccessWeakGlobals(Thread* self) const { in MayAccessWeakGlobals() function
233 bool MayAccessWeakGlobals(Thread* self) const REQUIRES_SHARED(Locks::mutator_lock_);
717 if (UNLIKELY(!MayAccessWeakGlobals(self))) { in WaitForWeakGlobalsAccess()724 } while (!MayAccessWeakGlobals(self)); in WaitForWeakGlobalsAccess()857 if (LIKELY(MayAccessWeakGlobals(self))) { in DecodeWeakGlobal()
414 DCHECK(vm->MayAccessWeakGlobals(self)); in DecodeWeakGlobalWithoutRB()