Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dsweeper.cc794 MutatorThreadSweepingScope sweeping_in_progresss(*this); in SweepForAllocationIfRunning()
859 MutatorThreadSweepingScope sweeping_in_progress(*this); in Finish()
911 MutatorThreadSweepingScope sweeping_in_progresss(*this); in PerformSweepOnMutatorThread()
936 class MutatorThreadSweepingScope final { class in cppgc::internal::Sweeper::SweeperImpl
938 explicit MutatorThreadSweepingScope(SweeperImpl& sweeper) in MutatorThreadSweepingScope() function in cppgc::internal::Sweeper::SweeperImpl::MutatorThreadSweepingScope
943 ~MutatorThreadSweepingScope() { in ~MutatorThreadSweepingScope()
947 MutatorThreadSweepingScope(const MutatorThreadSweepingScope&) = delete;
948 MutatorThreadSweepingScope& operator=(const MutatorThreadSweepingScope&) =