Searched refs:set_next_page (Results 1 – 2 of 2) sorted by relevance
1101 anchor_.set_next_page(&anchor_); in AllocateChunk()1786 anchor()->set_next_page(anchor()); in AllocateChunk()1842 last_page->prev_page()->set_next_page(last_page->next_page()); in AllocateChunk()1862 new_last_page->set_next_page(anchor()); in AllocateChunk()1877 anchor_.prev_page()->set_next_page(&anchor_); in AllocateChunk()3002 page->set_next_page(first_page_); in AllocateChunk()3098 previous->set_next_page(current); in AllocateChunk()
921 void set_next_page(Page* page) { set_next_chunk(page); } in set_next_page() function1004 inline void set_next_page(LargePage* page) { set_next_chunk(page); } in set_next_page() function