Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.cc464 Page* page = GetSweepingPageSafe(identity); in ConcurrentSweepSpace()
479 if (Page* page = GetSweepingPageSafe(identity)) { in IncrementalSweepSpace()
493 while ((page = GetSweepingPageSafe(identity)) != nullptr) { in ParallelSweepSpace()
622 Page* Sweeper::GetSweepingPageSafe(AllocationSpace space) { in GetSweepingPageSafe() function in v8::internal::Sweeper
Dsweeper.h179 Page* GetSweepingPageSafe(AllocationSpace space);