Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc394 set_next_page(this); in InitializeAsAnchor()
914 anchor_.set_next_page(&anchor_); in TearDown()
1518 anchor()->set_next_page(anchor()); in Uncommit()
1588 new_last_page->set_next_page(anchor()); in ShrinkTo()
1603 anchor_.prev_page()->set_next_page(&anchor_); in FlipPages()
2855 page->set_next_page(first_page_); in AllocateRaw()
2950 previous->set_next_page(current); in FreeUnmarkedObjects()
Dspaces-inl.h221 void Page::set_next_page(Page* page) { in set_next_page() function
Dspaces.h725 inline void set_next_page(Page* page);
804 inline void set_next_page(LargePage* page) { set_next_chunk(page); } in set_next_page() function
1993 inline void set_next_page(NewSpacePage* page) { set_next_chunk(page); } in set_next_page() function