HomeSort by relevance Sort by last modified time
    Searched refs:StoreSequentiallyConsistent (Results 1 - 7 of 7) 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 611 allow_accessing_weak_globals_.StoreSequentiallyConsistent(false);
618 allow_accessing_weak_globals_.StoreSequentiallyConsistent(true);
    [all...]
thread.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 547 is_mark_stack_push_disallowed_.StoreSequentiallyConsistent(1);
548 mark_stack_mode_.StoreSequentiallyConsistent(kMarkStackModeOff);
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /art/runtime/mirror/
object-inl.h 766 reinterpret_cast<Atomic<kSize>*>(addr)->StoreSequentiallyConsistent(new_value);
    [all...]

Completed in 236 milliseconds