Lines Matching refs:next_page
715 Page* next_page() { return static_cast<Page*>(next_chunk()); } in next_page() function
801 inline LargePage* next_page() { in next_page() function
1447 explicit PageRange(Page* page) : PageRange(page, page->next_page()) {} in PageRange()
2082 Page* FirstPage() { return anchor_.next_page(); } in NON_EXPORTED_BASE()
2110 iterator begin() { return iterator(anchor_.next_page()); } in NON_EXPORTED_BASE()
2124 bool HasPages() { return anchor_.next_page() != &anchor_; } in NON_EXPORTED_BASE()
2229 DCHECK_NE(anchor_.next_page(), anchor()); in space_start()
2230 return anchor_.next_page()->area_start(); in space_start()
2233 Page* first_page() { return anchor_.next_page(); } in first_page()
2247 Page* next_page = current_page_->next_page(); in AdvancePage() local
2252 if (next_page == anchor() || reached_max_pages) { in AdvancePage()
2255 current_page_ = next_page; in AdvancePage()
2299 iterator begin() { return iterator(anchor_.next_page()); } in begin()
2475 current_page = current_page->next_page(); in AllocatedSinceLastGC()
2483 current_page = current_page->next_page(); in AllocatedSinceLastGC()