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()
446 Atomic<bool> updated_all_immune_objects_; variable
405 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()1521 updated_all_immune_objects_.store(true, std::memory_order_release); in CopyingPhase()2617 updated_all_immune_objects_.store(false, std::memory_order_seq_cst); in ReclaimPhase()3005 bool updated_all_immune_objects = updated_all_immune_objects_.load(std::memory_order_seq_cst); in AssertToSpaceInvariantInNonMovingSpace()