Home
last modified time | relevance | path

Searched defs:next_page (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.h712 Page* next_page() { return static_cast<Page*>(next_chunk()); } in next_page() function
796 inline LargePage* next_page() { in next_page() function
2234 Page* next_page = current_page_->next_page(); in AdvancePage() local