Home
last modified time | relevance | path

Searched refs:GarbageCollectionState (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/cppgc/
Dstats-collector.cc75 DCHECK_EQ(GarbageCollectionState::kNotRunning, gc_state_); in NotifyMarkingStarted()
76 gc_state_ = GarbageCollectionState::kMarking; in NotifyMarkingStarted()
80 DCHECK_EQ(GarbageCollectionState::kMarking, gc_state_); in NotifyMarkingCompleted()
81 gc_state_ = GarbageCollectionState::kSweeping; in NotifyMarkingCompleted()
105 DCHECK_EQ(GarbageCollectionState::kSweeping, gc_state_); in NotifySweepingCompleted()
106 gc_state_ = GarbageCollectionState::kNotRunning; in NotifySweepingCompleted()
117 gc_state_ == GarbageCollectionState::kSweeping ? current_ : previous_; in allocated_object_size()
Dstats-collector.h86 enum class GarbageCollectionState : uint8_t { enum
115 GarbageCollectionState gc_state_ = GarbageCollectionState::kNotRunning;