Home
last modified time | relevance | path

Searched refs:PageRange (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dspaces.h376 class PageRange {
379 PageRange(Page* begin, Page* end) : begin_(begin), end_(end) {} in PageRange() function
380 explicit PageRange(Page* page) : PageRange(page, page->next_page()) {} in PageRange() function
381 inline PageRange(Address start, Address limit);
Dspaces-inl.h35 PageRange::PageRange(Address start, Address limit) in PageRange() function
97 : PageRange::iterator(nullptr)), in OldGenerationMemoryChunkIterator()
Dpaged-spaces.h73 PageRange page_range_;
74 PageRange::iterator current_page_;
Dmark-compact.cc184 PageRange range(space->first_allocatable_address(), end); in VerifyMarking()
372 PageRange range(space->first_allocatable_address(), space->top()); in VerifyEvacuation()
650 for (Page* p : PageRange(space->first_allocatable_address(), space->top())) { in VerifyMarkbitsAreClean()
3475 PageRange(new_space->first_allocatable_address(), new_space->top())) { in EvacuatePrologue()
5328 PageRange(heap()->new_space()->from_space().first_page(), nullptr)) { in CollectGarbage()
5483 PageRange(new_space->first_allocatable_address(), new_space->top())) { in EvacuatePrologue()
5506 for (Page* page : PageRange(space_start, space_end)) { in CollectToSpaceUpdatingItems()
5822 PageRange(new_space->first_allocatable_address(), new_space->top())) { in TraceFragmentation()
Dscavenger.cc413 PageRange(heap_->new_space()->from_space().first_page(), nullptr)) { in CollectGarbage()
Dnew-spaces.cc349 for (Page* p : PageRange(space_start(), mark)) { in set_age_mark()
Dheap.cc2712 PageRange range(new_space()->first_allocatable_address(), new_space()->top()); in EvacuateYoungGeneration()
4842 for (Page* page : PageRange(new_space_->from_space().first_page(), nullptr)) { in ZapFromSpace()
/third_party/cef/libcef/browser/
Dprint_settings_impl.cc78 printing::PageRange range; in SetPageRanges()
98 const printing::PageRange& range = *it; in GetPageRanges()