Home
last modified time | relevance | path

Searched refs:new_last_page (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dspaces.cc2004 Page* new_last_page = nullptr; in AllocateChunk() local
2008 new_last_page = last_page->prev_page(); in AllocateChunk()
2011 last_page = new_last_page; in AllocateChunk()
2024 Page* new_last_page; in AllocateChunk() local
2028 new_last_page = last_page->prev_page(); in AllocateChunk()
2029 new_last_page->set_next_page(anchor()); in AllocateChunk()
2030 anchor()->set_prev_page(new_last_page); in AllocateChunk()