Searched refs:updated_all_immune_objects_ (Results 1 – 3 of 3) sorted by relevance
105 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()
459 Atomic<bool> updated_all_immune_objects_; variable
403 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()