Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc419 set_next_page(this); in InitializeAsAnchor()
978 anchor_.set_next_page(&anchor_); in AllocateChunk()
1837 anchor()->set_next_page(anchor()); in AllocateChunk()
1909 new_last_page->set_next_page(anchor()); in AllocateChunk()
1935 anchor_.prev_page()->set_next_page(&anchor_); in AllocateChunk()
3115 page->set_next_page(first_page_); in AllocateChunk()
3215 previous->set_next_page(current); in AllocateChunk()
Dspaces-inl.h298 void Page::set_next_page(Page* page) { in set_next_page() function
Dspaces.h830 inline void set_next_page(Page* page);
954 inline void set_next_page(LargePage* page) { set_next_chunk(page); } in set_next_page() function
2287 inline void set_next_page(NewSpacePage* page) { set_next_chunk(page); } in set_next_page() function