Home | History | Annotate | Download | only in src

Lines Matching full:next_page

755   inline Page* next_page();
852 inline LargePage* next_page() const {
1320 // Page::next_page() call.
1893 Page* FirstPage() { return anchor_.next_page(); }
2013 inline NewSpacePage* next_page() const {
2124 ASSERT(anchor_.next_page() != &anchor_);
2125 return anchor_.next_page()->area_start();
2144 NewSpacePage* next_page = current_page_->next_page();
2145 if (next_page == anchor()) return false;
2146 current_page_ = next_page;
2181 NewSpacePage* first_page() { return anchor_.next_page(); }
2283 page = page->next_page();