Home
last modified time | relevance | path

Searched refs:FinishConcurrentMarkingIfNeeded (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc625 bool CppHeap::FinishConcurrentMarkingIfNeeded() { in FinishConcurrentMarkingIfNeeded() function in v8::internal::CppHeap
702 if (FinishConcurrentMarkingIfNeeded()) { in RunMinorGC()
764 if (FinishConcurrentMarkingIfNeeded()) { in CollectGarbageForTesting()
Dcpp-heap.h147 bool FinishConcurrentMarkingIfNeeded();
/third_party/node/deps/v8/src/heap/
Dmark-compact.cc1026 cpp_heap->FinishConcurrentMarkingIfNeeded(); in FinishConcurrentMarking()