HomeSort by relevance Sort by last modified time
    Searched refs:allow_accessing_weak_globals_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/
java_vm_ext.h 250 Atomic<bool> allow_accessing_weak_globals_; member in class:art::JavaVMExt
java_vm_ext.cc 470 allow_accessing_weak_globals_(true),
739 allow_accessing_weak_globals_.StoreSequentiallyConsistent(false);
746 allow_accessing_weak_globals_.StoreSequentiallyConsistent(true);
773 allow_accessing_weak_globals_.LoadSequentiallyConsistent();
778 // SetWeakRefAccessEnabled, and the other collectors only modify allow_accessing_weak_globals_
812 DCHECK(allow_accessing_weak_globals_.LoadSequentiallyConsistent());
    [all...]

Completed in 1508 milliseconds