Home
last modified time | relevance | path

Searched refs:first_page (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dnew-spaces.h141 Page* first_page() override { in first_page() function
148 const Page* first_page() const override { in first_page() function
155 iterator begin() { return iterator(first_page()); } in begin()
158 const_iterator begin() const { return const_iterator(first_page()); } in begin()
455 Page* first_page() override { return to_space_.first_page(); } in NON_EXPORTED_BASE()
458 const Page* first_page() const override { return to_space_.first_page(); } in NON_EXPORTED_BASE()
Dlarge-spaces.h100 bool IsEmpty() const { return first_page() == nullptr; } in IsEmpty()
105 LargePage* first_page() override { in first_page() function
108 const LargePage* first_page() const override { in first_page() function
112 iterator begin() { return iterator(first_page()); } in begin()
115 const_iterator begin() const { return const_iterator(first_page()); } in begin()
Dpaged-spaces.h286 Page* first_page() override { in NON_EXPORTED_BASE()
289 const Page* first_page() const override { in NON_EXPORTED_BASE()
293 iterator begin() { return iterator(first_page()); } in NON_EXPORTED_BASE()
296 const_iterator begin() const { return const_iterator(first_page()); } in NON_EXPORTED_BASE()
355 bool HasPages() const { return first_page() != nullptr; } in NON_EXPORTED_BASE()
Dnew-spaces.cc44 MemoryChunk* current_page = first_page(); in EnsureCurrentCapacity()
91 current_page->SetFlags(first_page()->GetFlags()); in EnsureCurrentCapacity()
141 age_mark_ = first_page()->area_start(); in Commit()
255 DCHECK(first_page()); in Reset()
257 current_page_ = first_page(); in Reset()
298 DCHECK(from->first_page()); in Swap()
299 DCHECK(to->first_page()); in Swap()
725 Address current = to_space_.first_page()->area_start(); in Verify()
Dlarge-spaces.cc96 current_ = space->first_page(); in LargeObjectSpaceObjectIterator()
119 LargePage* page = first_page(); in TearDown()
313 LargePage* current = first_page(); in FreeUnmarkedObjects()
384 for (LargePage* chunk = first_page(); chunk != nullptr; in Verify()
545 for (LargePage* chunk = first_page(); chunk != nullptr; in Flip()
Dspaces.h175 virtual MemoryChunk* first_page() { return memory_chunk_list_.front(); } in first_page() function
178 virtual const MemoryChunk* first_page() const { in first_page() function
194 Address FirstPageAddress() const { return first_page()->address(); } in FirstPageAddress()
Dheap-inl.h606 LargePage* page = heap_->code_lo_space()->first_page(); in CodeSpaceMemoryModificationScope()
620 LargePage* page = heap_->code_lo_space()->first_page(); in ~CodeSpaceMemoryModificationScope()
Dspaces-inl.h182 current_chunk_ = space->first_page(); in HasNext()
Dscavenger.cc413 PageRange(heap_->new_space()->from_space().first_page(), nullptr)) { in CollectGarbage()
Dpaged-spaces.cc37 page_range_(space->first_page(), nullptr), in PagedSpaceObjectIterator()
Dmark-compact.cc182 space->first_page()->area_start()); in VerifyMarking()
5328 PageRange(heap()->new_space()->from_space().first_page(), nullptr)) { in CollectGarbage()
Dheap.cc1429 for (MemoryChunk* chunk = space->first_page(); chunk != space->last_page(); in GarbageCollectionEpilogueInSafepoint()
4842 for (Page* page : PageRange(new_space_->from_space().first_page(), nullptr)) { in ZapFromSpace()
/third_party/node/deps/v8/tools/
Dgdbinit132 set $current_page = $space->first_page()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h47452 long unsigned int first_page; member
47911 long unsigned int first_page; member