Home | History | Annotate | Download | only in heap

Lines Matching refs:set_next_chunk

553   void set_next_chunk(MemoryChunk* next) { next_chunk_.SetValue(next); }
717 void set_next_page(Page* page) { set_next_chunk(page); }
805 inline void set_next_page(LargePage* page) { set_next_chunk(page); }