Home
last modified time | relevance | path

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

/art/runtime/
Djava_vm_ext.cc438 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()
Djava_vm_ext.h215 Atomic<bool> allow_accessing_weak_globals_; variable