Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1907 NewSpacePage* new_last_page = in AllocateChunk() local
1909 new_last_page->set_next_page(anchor()); in AllocateChunk()
1910 anchor()->set_prev_page(new_last_page); in AllocateChunk()
1911 DCHECK((current_page_ >= first_page()) && (current_page_ <= new_last_page)); in AllocateChunk()