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.h446 Atomic<bool> updated_all_immune_objects_; variable
Dconcurrent_copying.cc405 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()