Searched defs:next_page (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dspaces-inl.h35 next_page_(prev_page_->next_page()) {}
44 next_page_ = next_page_->next_page();
60 next_page_(prev_page_->next_page()),
77 next_page_ = next_page_->next_page();
209 Page* Page::next_page() { function in class:v8::internal::Page
H A Dspaces.h723 inline Page* next_page();
800 inline LargePage* next_page() const { function in class:v8::internal::LargePage
1247 // Page::next_page() call.
1858 Page* FirstPage() { return anchor_.next_page(); }
1989 inline NewSpacePage* next_page() const { function in class:v8::internal::NewSpacePage
2095 DCHECK(anchor_.next_page() != &anchor_);
2096 return anchor_.next_page()->area_start();
2109 NewSpacePage* next_page = current_page_->next_page(); local
2110 if (next_page
[all...]

Completed in 78 milliseconds