Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dsweeper.h118 void AddPageForIterability(Page* page);
Dsweeper.cc566 void Sweeper::AddPageForIterability(Page* page) { in AddPageForIterability() function in v8::internal::Sweeper
Dmark-compact.cc2783 sweeper()->AddPageForIterability(p); in Evacuate()