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

/external/chromium_org/v8/src/
H A Dspaces-inl.h57 next_page_(prev_page_->next_page()) { }
68 next_page_ = next_page_->next_page();
84 next_page_(prev_page_->next_page()),
103 next_page_ = next_page_->next_page();
238 Page* Page::next_page() { function in class:v8::internal::Page
H A Dspaces.cc114 cur_page = cur_page->next_page();
1041 if (anchor_.next_page() == &anchor_) {
1136 first_unswept_page_ = page->next_page();
1498 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page();
1662 anchor_.next_page()->set_prev_page(&anchor_);
1666 NewSpacePage* page = anchor_.next_page();
1682 page = page->next_page();
1688 ASSERT(anchor_.next_page() != &anchor_);
1689 current_page_ = anchor_.next_page();
1695 ASSERT(from->anchor_.next_page() !
2573 Page* next_page = p->next_page(); local
[all...]
H A Dspaces.h755 inline Page* next_page();
852 inline LargePage* next_page() const { function in class:v8::internal::LargePage
1320 // Page::next_page() call.
1893 Page* FirstPage() { return anchor_.next_page(); }
2013 inline NewSpacePage* next_page() const { function in class:v8::internal::NewSpacePage
2124 ASSERT(anchor_.next_page() != &anchor_);
2125 return anchor_.next_page()->area_start();
2144 NewSpacePage* next_page = current_page_->next_page(); local
2145 if (next_page
[all...]
/external/v8/src/
H A Dspaces-inl.h56 next_page_(prev_page_->next_page()) { }
67 next_page_ = next_page_->next_page();
83 next_page_(prev_page_->next_page()),
102 next_page_ = next_page_->next_page();
224 Page* Page::next_page() { function in class:v8::internal::Page
H A Dspaces.cc113 cur_page = cur_page->next_page();
887 first_unswept_page_ = page->next_page();
1266 NewSpacePage* page = NewSpacePage::FromLimit(current)->next_page();
1426 anchor_.next_page()->set_prev_page(&anchor_);
1430 NewSpacePage* page = anchor_.next_page();
1446 page = page->next_page();
1452 ASSERT(anchor_.next_page() != &anchor_);
1453 current_page_ = anchor_.next_page();
1459 ASSERT(from->anchor_.next_page() != &from->anchor_);
1460 ASSERT(to->anchor_.next_page() !
2244 Page* next_page = p->next_page(); local
[all...]
H A Dspaces.h668 inline Page* next_page();
740 inline LargePage* next_page() const { function in class:v8::internal::LargePage
1181 // Page::next_page() call.
1605 Page* FirstPage() { return anchor_.next_page(); }
1730 inline NewSpacePage* next_page() const { function in class:v8::internal::NewSpacePage
1841 ASSERT(anchor_.next_page() != &anchor_);
1842 return anchor_.next_page()->area_start();
1861 NewSpacePage* next_page = current_page_->next_page(); local
1862 if (next_page
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_sorting_unittest.cc93 syncer::StringOrdinal next_page = page_ordinal.CreateAfter(); variable
95 app_sorting()->CreateNextAppLaunchOrdinal(next_page);
97 app_sorting()->CreateFirstAppLaunchOrdinal(next_page)));

Completed in 233 milliseconds