Home
last modified time | relevance | path

Searched refs:is_forced_gc (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dstats-collector.cc111 IsForcedGC is_forced_gc) { in NotifyMarkingStarted() argument
114 current_.is_forced_gc = is_forced_gc; in NotifyMarkingStarted()
Dgarbage-collector.h69 IsForcedGC is_forced_gc = IsForcedGC::kNotForced; member
Dstats-collector.h109 IsForcedGC is_forced_gc = IsForcedGC::kNotForced; member
470 stats_collector_->current_.is_forced_gc == IsForcedGC::kForced); in StopTraceImpl()
Dmarker.h58 IsForcedGC is_forced_gc = IsForcedGC::kNotForced; member
Dheap.cc161 config.is_forced_gc}; in StartGarbageCollection()
Dmarker.cc222 config_.is_forced_gc); in StartMarking()