HomeSort by relevance Sort by last modified time
    Searched refs:next_page (Results 1 - 7 of 7) sorted by null

  /external/v8/test/cctest/
test-spaces.cc 81 CHECK(!p->next_page()->is_valid());
148 CHECK(first_page->next_page() == faked_space.anchor());
151 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
162 for (Page* p = first_page; p != faked_space.anchor(); p = p->next_page()) {
168 Page* second_page = first_page->next_page();
  /external/v8/src/
spaces-inl.h 56 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
spaces.cc 113 cur_page = cur_page->next_page();
887 first_unswept_page_ = page->next_page();
2244 Page* next_page = p->next_page(); local
    [all...]
spaces.h 668 inline Page* next_page();
740 inline LargePage* next_page() const { function in class:v8::internal::LargePage
1730 inline NewSpacePage* next_page() const { function in class:v8::internal::NewSpacePage
1861 NewSpacePage* next_page = current_page_->next_page(); local
    [all...]
incremental-marking.cc 359 lop = lop->next_page();
393 lop = lop->next_page();
mark-compact.cc     [all...]
heap.cc     [all...]

Completed in 291 milliseconds