Searched refs:allow_accessing_weak_globals_ (Results 1 – 2 of 2) sorted by relevance
466 allow_accessing_weak_globals_(true), in JavaVMExt()681 allow_accessing_weak_globals_.StoreSequentiallyConsistent(false); in DisallowNewWeakGlobals()688 allow_accessing_weak_globals_.StoreSequentiallyConsistent(true); in AllowNewWeakGlobals()715 allow_accessing_weak_globals_.LoadSequentiallyConsistent(); in MayAccessWeakGlobalsUnlocked()754 DCHECK(allow_accessing_weak_globals_.LoadSequentiallyConsistent()); in DecodeWeakGlobalDuringShutdown()
242 Atomic<bool> allow_accessing_weak_globals_; variable