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

  /art/runtime/gc/
task_processor_test.cc 57 done_running_->StoreSequentiallyConsistent(true);
90 counter.StoreSequentiallyConsistent(0);
91 done_running.StoreSequentiallyConsistent(false);
  /art/runtime/
atomic.h 234 void StoreSequentiallyConsistent(T desired) {
java_vm_ext.cc 681 allow_accessing_weak_globals_.StoreSequentiallyConsistent(false);
688 allow_accessing_weak_globals_.StoreSequentiallyConsistent(true);
    [all...]
thread.h 504 tls32_.interrupted.StoreSequentiallyConsistent(i);
    [all...]
thread.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 511 is_weak_access_enabled_.StoreSequentiallyConsistent(true);
517 is_weak_access_enabled_.StoreSequentiallyConsistent(false);
    [all...]
  /art/runtime/mirror/
object.h 665 reinterpret_cast<Atomic<kSize>*>(addr)->StoreSequentiallyConsistent(new_value);
    [all...]

Completed in 264 milliseconds