Searched refs:allow_accessing_weak_globals_ (Results 1 – 2 of 2) sorted by relevance
499 allow_accessing_weak_globals_(true), in JavaVMExt()767 allow_accessing_weak_globals_.store(false, std::memory_order_seq_cst); in DisallowNewWeakGlobals()774 allow_accessing_weak_globals_.store(true, std::memory_order_seq_cst); in AllowNewWeakGlobals()801 allow_accessing_weak_globals_.load(std::memory_order_seq_cst); in MayAccessWeakGlobalsUnlocked()840 DCHECK(allow_accessing_weak_globals_.load(std::memory_order_seq_cst)); in DecodeWeakGlobalDuringShutdown()
256 Atomic<bool> allow_accessing_weak_globals_; variable