Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h105 updated_all_immune_objects_.load(std::memory_order_relaxed) || in MarkImmuneSpace()
111 if (!kGrayImmuneObject || updated_all_immune_objects_.load(std::memory_order_relaxed)) { in MarkImmuneSpace()
Dconcurrent_copying.h459 Atomic<bool> updated_all_immune_objects_; variable
Dconcurrent_copying.cc403 updated_all_immune_objects_.store(false, std::memory_order_relaxed); in InitializePhase()
855 updated_all_immune_objects_.store(true, std::memory_order_relaxed); in GrayAllNewlyDirtyImmuneObjects()
1532 updated_all_immune_objects_.store(true, std::memory_order_release); in CopyingPhase()
2640 updated_all_immune_objects_.store(false, std::memory_order_seq_cst); in ReclaimPhase()
3031 bool updated_all_immune_objects = updated_all_immune_objects_.load(std::memory_order_seq_cst); in AssertToSpaceInvariantInNonMovingSpace()