Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dcompactor.cc446 bool Compactor::ShouldCompact( in ShouldCompact() function in cppgc::internal::Compactor
473 if (!ShouldCompact(marking_type, stack_state)) return; in InitializeIfShouldCompact()
484 if (!is_enabled_ || ShouldCompact(marking_type, stack_state)) return false; in CancelIfShouldNotCompact()
Dcompactor.h41 bool ShouldCompact(GarbageCollector::Config::MarkingType,