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()
472 Atomic<bool> updated_all_immune_objects_; variable
441 updated_all_immune_objects_.store(false, std::memory_order_relaxed); in InitializePhase()892 updated_all_immune_objects_.store(true, std::memory_order_relaxed); in GrayAllNewlyDirtyImmuneObjects()1599 updated_all_immune_objects_.store(true, std::memory_order_release); in CopyingPhase()2751 updated_all_immune_objects_.store(false, std::memory_order_seq_cst); in ReclaimPhase()3143 bool updated_all_immune_objects = updated_all_immune_objects_.load(std::memory_order_seq_cst); in AssertToSpaceInvariantInNonMovingSpace()