Searched refs:allow_accessing_weak_globals_ (Results 1 – 2 of 2) sorted by relevance
438 allow_accessing_weak_globals_(true), in JavaVMExt()611 allow_accessing_weak_globals_.StoreSequentiallyConsistent(false); in DisallowNewWeakGlobals()618 allow_accessing_weak_globals_.StoreSequentiallyConsistent(true); in AllowNewWeakGlobals()646 allow_accessing_weak_globals_.LoadSequentiallyConsistent(); in MayAccessWeakGlobalsUnlocked()682 DCHECK(allow_accessing_weak_globals_.LoadSequentiallyConsistent()); in DecodeWeakGlobalDuringShutdown()
215 Atomic<bool> allow_accessing_weak_globals_; variable