Searched refs:AddPage (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
H A D | large-spaces.cc | 219 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 D | large-spaces.h | 102 virtual void AddPage(LargePage* page, size_t object_size); 227 void AddPage(LargePage* page, size_t object_size) override;
|
H A D | paged-spaces.cc | 146 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 D | sweeper.h | 84 void AddPage(AllocationSpace space, Page* page, AddPageMode mode);
|
H A D | spaces.cc | 97 old_space->AddPage(new_page); in ConvertNewToOld()
|
H A D | paged-spaces.h | 217 size_t AddPage(Page* page);
|
H A D | scavenger.cc | 618 heap()->mark_compact_collector()->sweeper()->AddPage( in AddPageToSweeperIfNecessary()
|
H A D | sweeper.cc | 590 void Sweeper::AddPage(AllocationSpace space, Page* page, in AddPage() function in v8::internal::Sweeper
|
H A D | mark-compact.cc | 4154 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 D | object-allocator.cc | 96 space.AddPage(page); in AllocateLargeObject() 199 space.AddPage(new_page); in RefillLinearAllocationBuffer()
|
H A D | heap-space.cc | 25 void BaseSpace::AddPage(BasePage* page) { in AddPage() function in cppgc::internal::BaseSpace
|
H A D | compactor.cc | 229 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 D | sweeper.cc | 468 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 D | heap-space.h | 47 void AddPage(BasePage*);
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 311 HRBM(this->fPackageWriter->AddPage(page.get(), in endSheet()
|
Completed in 26 milliseconds