Searched refs:last_page (Results 1 – 1 of 1) sorted by relevance
1875 NewSpacePage* last_page = anchor()->prev_page(); in AllocateChunk() local1876 DCHECK(last_page != anchor()); in AllocateChunk()1881 new_page->InsertAfter(last_page); in AllocateChunk()1884 new_page->SetFlags(last_page->GetFlags(), in AllocateChunk()1886 last_page = new_page; in AllocateChunk()