Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dnew-spaces.h90 Page* next_page = current_page_->next_page(); in AdvancePage() local
94 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()
Dlarge-spaces.h45 LargePage* next_page() { return static_cast<LargePage*>(list_node_.next()); } in next_page() function
46 const LargePage* next_page() const { in next_page() function
Dspaces.h273 Page* next_page() { return static_cast<Page*>(list_node_.next()); } in next_page() function
276 const Page* next_page() const { in next_page() function
380 explicit PageRange(Page* page) : PageRange(page, page->next_page()) {} in PageRange()
Dlarge-spaces.cc103 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()
Dspaces-inl.h24 p_ = p_->next_page();
37 end_(Page::FromAllocationAreaAddress(limit)->next_page()) { in PageRange()
Dnew-spaces-inl.h71 page = page->next_page(); in Next()
Dheap-inl.h611 page = page->next_page(); in CodeSpaceMemoryModificationScope()
625 page = page->next_page(); in ~CodeSpaceMemoryModificationScope()
Dnew-spaces.cc428 page = page->next_page(); in AssertValidRange()
776 Page* page = Page::FromAllocationAreaAddress(current)->next_page(); in Verify()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-set.hh466 unsigned int next_page = na; in process() local
517 next_page = write_index; in process()
555 page_map[count].index = next_page++; in process()
573 page_map[count].index = next_page++; in process()
/third_party/node/deps/v8/tools/
Dgdbinit136 set $current_page = $current_page->next_page()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h47453 long unsigned int next_page; member