Home | History | Annotate | Download | only in src

Lines Matching refs:next_page

668   inline Page* next_page();
740 inline LargePage* next_page() const {
1181 // Page::next_page() call.
1605 Page* FirstPage() { return anchor_.next_page(); }
1730 inline NewSpacePage* next_page() const {
1841 ASSERT(anchor_.next_page() != &anchor_);
1842 return anchor_.next_page()->area_start();
1861 NewSpacePage* next_page = current_page_->next_page();
1862 if (next_page == anchor()) return false;
1863 current_page_ = next_page;
1903 NewSpacePage* first_page() { return anchor_.next_page(); }
1991 page = page->next_page();