Searched refs:marking_deque_memory_committed_ (Results 1 – 2 of 2) sorted by relevance
23 marking_deque_memory_committed_(false), in IncrementalMarking()488 if (!marking_deque_memory_committed_) { in EnsureMarkingDequeIsCommitted()494 marking_deque_memory_committed_ = true; in EnsureMarkingDequeIsCommitted()500 if (state_ == STOPPED && marking_deque_memory_committed_) { in UncommitMarkingDeque()505 marking_deque_memory_committed_ = false; in UncommitMarkingDeque()
204 bool marking_deque_memory_committed_; variable