Searched refs:new_last_page (Results 1 – 1 of 1) sorted by relevance
1907 NewSpacePage* new_last_page = in AllocateChunk() local1909 new_last_page->set_next_page(anchor()); in AllocateChunk()1910 anchor()->set_prev_page(new_last_page); in AllocateChunk()1911 DCHECK((current_page_ >= first_page()) && (current_page_ <= new_last_page)); in AllocateChunk()