Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsweeper.h182 void PrepareToBeSweptPage(AllocationSpace space, Page* page);
Dsweeper.cc596 PrepareToBeSweptPage(space, page); in AddPage()
607 void Sweeper::PrepareToBeSweptPage(AllocationSpace space, Page* page) { in PrepareToBeSweptPage() function in v8::internal::Sweeper