Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.h111 Page* GetSweptPageSafe(PagedSpace* space);
Dsweeper.cc182 Page* Sweeper::GetSweptPageSafe(PagedSpace* space) { in GetSweptPageSafe() function in v8::internal::Sweeper
Dpaged-spaces.cc128 while ((p = collector->sweeper()->GetSweptPageSafe(this)) != nullptr) { in RefillFreeList()