Searched refs:PageRange (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | spaces.h | 376 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);
|
D | spaces-inl.h | 35 PageRange::PageRange(Address start, Address limit) in PageRange() function 97 : PageRange::iterator(nullptr)), in OldGenerationMemoryChunkIterator()
|
D | paged-spaces.h | 73 PageRange page_range_; 74 PageRange::iterator current_page_;
|
D | mark-compact.cc | 184 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()
|
D | scavenger.cc | 413 PageRange(heap_->new_space()->from_space().first_page(), nullptr)) { in CollectGarbage()
|
D | new-spaces.cc | 349 for (Page* p : PageRange(space_start(), mark)) { in set_age_mark()
|
D | heap.cc | 2712 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/ |
D | print_settings_impl.cc | 78 printing::PageRange range; in SetPageRanges() 98 const printing::PageRange& range = *it; in GetPageRanges()
|