Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.h173 bool ConcurrentSweepSpace(AllocationSpace identity, JobDelegate* delegate);
Dsweeper.cc110 if (!sweeper_->ConcurrentSweepSpace(space_id, delegate)) return; in RunImpl()
461 bool Sweeper::ConcurrentSweepSpace(AllocationSpace identity, in ConcurrentSweepSpace() function in v8::internal::Sweeper