Searched refs:next_page (Results 1 – 11 of 11) sorted by relevance
90 Page* next_page = current_page_->next_page(); in AdvancePage() local94 if (next_page == nullptr || (current_capacity_ == target_capacity_)) { in AdvancePage()97 current_page_ = next_page; in AdvancePage()342 current_page = current_page->next_page(); in NON_EXPORTED_BASE()350 current_page = current_page->next_page(); in NON_EXPORTED_BASE()
45 LargePage* next_page() { return static_cast<LargePage*>(list_node_.next()); } in next_page() function46 const LargePage* next_page() const { in next_page() function
273 Page* next_page() { return static_cast<Page*>(list_node_.next()); } in next_page() function276 const Page* next_page() const { in next_page() function380 explicit PageRange(Page* page) : PageRange(page, page->next_page()) {} in PageRange()
103 current_ = current_->next_page(); in Next()321 LargePage* next_current = current->next_page(); in FreeUnmarkedObjects()385 chunk = chunk->next_page()) { in Verify()546 chunk = chunk->next_page()) { in Flip()
24 p_ = p_->next_page();37 end_(Page::FromAllocationAreaAddress(limit)->next_page()) { in PageRange()
71 page = page->next_page(); in Next()
611 page = page->next_page(); in CodeSpaceMemoryModificationScope()625 page = page->next_page(); in ~CodeSpaceMemoryModificationScope()
428 page = page->next_page(); in AssertValidRange()776 Page* page = Page::FromAllocationAreaAddress(current)->next_page(); in Verify()
466 unsigned int next_page = na; in process() local517 next_page = write_index; in process()555 page_map[count].index = next_page++; in process()573 page_map[count].index = next_page++; in process()
136 set $current_page = $current_page->next_page()
47453 long unsigned int next_page; member