Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1260 p->InsertAfter(anchor_.prev_page()); in AllocateChunk()
1297 p->InsertAfter(anchor_.prev_page()); in AllocateChunk()
1351 p->InsertAfter(anchor_.prev_page()); in AllocateChunk()
1605 Page* to_remove = current_page->prev_page(); in AllocateChunk()
1625 current_page->SetFlags(anchor()->prev_page()->GetFlags(), in AllocateChunk()
1982 Page* last_page = anchor()->prev_page(); in AllocateChunk()
2008 new_last_page = last_page->prev_page(); in AllocateChunk()
2009 last_page->prev_page()->set_next_page(last_page->next_page()); in AllocateChunk()
2010 last_page->next_page()->set_prev_page(last_page->prev_page()); in AllocateChunk()
2027 last_page = anchor()->prev_page(); in AllocateChunk()
[all …]
Dspaces.h716 Page* prev_page() { return static_cast<Page*>(prev_chunk()); } in prev_page() function
2083 Page* LastPage() { return anchor_.prev_page(); } in NON_EXPORTED_BASE()
2238 Address space_end() { return anchor_.prev_page()->area_end(); } in space_end()
Dspaces-inl.h219 new_page->InsertAfter(old_space->anchor()->prev_page()); in ConvertNewToOld()
Dheap.cc1619 Page* p = (*++it)->prev_page(); in EvacuateYoungGeneration()