Home
last modified time | relevance | path

Searched refs:AddPage (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dlarge-spaces.cc219 AddPage(page, object_size); in AllocateLargePage()
289 AddPage(page, object_size); in PromoteNewLargeObject()
292 void LargeObjectSpace::AddPage(LargePage* page, size_t object_size) { in AddPage() function in v8::LargeObjectSpace
603 void CodeLargeObjectSpace::AddPage(LargePage* page, size_t object_size) { in AddPage() function in v8::CodeLargeObjectSpace
604 OldLargeObjectSpace::AddPage(page, object_size); in AddPage()
H A Dlarge-spaces.h102 virtual void AddPage(LargePage* page, size_t object_size);
227 void AddPage(LargePage* page, size_t object_size) override;
H A Dpaged-spaces.cc146 added += AddPage(p); in RefillFreeList()
188 AddPage(p); in MergeCompactionSpace()
278 size_t PagedSpace::AddPage(Page* page) { in AddPage() function in v8::internal::PagedSpace
350 AddPage(page); in Expand()
362 AddPage(page); in ExpandBackground()
965 AddPage(page); in RawRefillLabMain()
H A Dsweeper.h84 void AddPage(AllocationSpace space, Page* page, AddPageMode mode);
H A Dspaces.cc97 old_space->AddPage(new_page); in ConvertNewToOld()
H A Dpaged-spaces.h217 size_t AddPage(Page* page);
H A Dscavenger.cc618 heap()->mark_compact_collector()->sweeper()->AddPage( in AddPageToSweeperIfNecessary()
H A Dsweeper.cc590 void Sweeper::AddPage(AllocationSpace space, Page* page, in AddPage() function in v8::internal::Sweeper
H A Dmark-compact.cc4154 sweeper()->AddPage(OLD_SPACE, p, Sweeper::REGULAR); in Evacuate()
4167 sweeper()->AddPage(p->owner_identity(), p, Sweeper::REGULAR); in Evacuate()
4829 sweeper()->AddPage(space->identity(), p, Sweeper::REGULAR); in StartSweepSpace()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.cc96 space.AddPage(page); in AllocateLargeObject()
199 space.AddPage(new_page); in RefillLinearAllocationBuffer()
H A Dheap-space.cc25 void BaseSpace::AddPage(BasePage* page) { in AddPage() function in cppgc::internal::BaseSpace
H A Dcompactor.cc229 void AddPage(NormalPage* page) { in AddPage() function in cppgc::internal::__anon14593::final
301 space_->AddPage(current_page_); in ReturnCurrentPageToSpace()
326 compaction_state.AddPage(page); in CompactPage()
H A Dsweeper.cc468 page->space().AddPage(page); in FinalizePage()
565 page.space().AddPage(&page); in VisitNormalPage()
576 page.space().AddPage(&page); in VisitLargePage()
644 page.space().AddPage(&page); in VisitLargePage()
H A Dheap-space.h47 void AddPage(BasePage*);
/third_party/skia/src/xps/
H A DSkXPSDevice.cpp311 HRBM(this->fPackageWriter->AddPage(page.get(), in endSheet()

Completed in 26 milliseconds