Home
last modified time | relevance | path

Searched refs:allow_accessing_weak_globals_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jni/
Djava_vm_ext-inl.h31 : allow_accessing_weak_globals_.load(std::memory_order_seq_cst); in MayAccessWeakGlobals()
Djava_vm_ext.cc518 allow_accessing_weak_globals_(true), in JavaVMExt()
823 allow_accessing_weak_globals_.store(false, std::memory_order_seq_cst); in DisallowNewWeakGlobals()
830 allow_accessing_weak_globals_.store(true, std::memory_order_seq_cst); in AllowNewWeakGlobals()
889 DCHECK(allow_accessing_weak_globals_.load(std::memory_order_seq_cst)); in DecodeWeakGlobalDuringShutdown()
Djava_vm_ext.h271 Atomic<bool> allow_accessing_weak_globals_; variable