Home
last modified time | relevance | path

Searched refs:new_page (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.cc198 auto* new_page = NormalPage::Create(page_backend_, space); in RefillLinearAllocationBuffer() local
199 space.AddPage(new_page); in RefillLinearAllocationBuffer()
203 new_page->PayloadStart(), in RefillLinearAllocationBuffer()
204 new_page->PayloadSize()); in RefillLinearAllocationBuffer()
/third_party/node/deps/v8/src/heap/
H A Dnew-spaces.cc128 Page* new_page = heap()->memory_allocator()->AllocatePage( in Commit() local
130 if (new_page == nullptr) { in Commit()
135 memory_chunk_list_.PushBack(new_page); in Commit()
136 IncrementCommittedPhysicalMemory(new_page->CommittedPhysicalMemory()); in Commit()
190 Page* new_page = heap()->memory_allocator()->AllocatePage( in GrowTo() local
192 if (new_page == nullptr) { in GrowTo()
196 memory_chunk_list_.PushBack(new_page); in GrowTo()
197 marking_state->ClearLiveness(new_page); in GrowTo()
198 IncrementCommittedPhysicalMemory(new_page->CommittedPhysicalMemory()); in GrowTo()
200 new_page in GrowTo()
[all...]
H A Dread-only-spaces.cc149 ReadOnlyPage* new_page = nullptr; in CreateReadOnlySpace() local
156 auto shared_memory = RemapPageTo(i, new_address, new_page); in CreateReadOnlySpace()
163 CHECK_NOT_NULL(new_page); in CreateReadOnlySpace()
165 new_stats.IncreaseAllocatedBytes(page->allocated_bytes(), new_page); in CreateReadOnlySpace()
167 pages.push_back(new_page); in CreateReadOnlySpace()
201 ReadOnlyPage*& new_page) { in RemapPageTo()
205 new_page = static_cast<ReadOnlyPage*>(reinterpret_cast<void*>(new_address)); in RemapPageTo()
236 ReadOnlyPage* new_page = reinterpret_cast<ReadOnlyPage*>(ptr); in Initialize() local
238 pages_.push_back(new_page); in Initialize()
246 stats_.IncreaseAllocatedBytes(page->allocated_bytes(), new_page); in Initialize()
200 RemapPageTo(size_t i, Address new_address, ReadOnlyPage*& new_page) RemapPageTo() argument
[all...]
H A Dspaces.cc96 Page* new_page = old_space->InitializePage(old_page); in ConvertNewToOld() local
97 old_space->AddPage(new_page); in ConvertNewToOld()
98 return new_page; in ConvertNewToOld()
H A Dread-only-spaces.h162 size_t i, Address new_address, ReadOnlyPage*& new_page);
H A Dmark-compact.cc1865 Page* new_page = Page::ConvertNewToOld(page); in Move() local
1866 DCHECK(!new_page->InYoungGeneration()); in Move()
1867 new_page->SetFlag(Page::PAGE_NEW_OLD_PROMOTION); in Move()
/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.cc326 page=proc.new_page(param.page.width,param.page.height); in processPDFTOPDF()
348 curpage=proc.new_page(param.page.width,param.page.height); in processPDFTOPDF()
414 proc.add_page(proc.new_page(param.page.width,param.page.height),param.reverse); in processPDFTOPDF()
H A Dqpdf_pdftopdf_processor.h47 virtual std::shared_ptr<PDFTOPDF_PageHandle> new_page(float width,float height);
H A Dpdftopdf_processor.h143 virtual std::shared_ptr<PDFTOPDF_PageHandle> new_page(float width,float height) =0;
145 virtual void add_page(std::shared_ptr<PDFTOPDF_PageHandle> page,bool front) =0; // at back/front -- either from get_pages() or new_page()+add_subpage()-calls (or [also allowed]: empty)
H A Dqpdf_pdftopdf_processor.cc587 std::shared_ptr<PDFTOPDF_PageHandle> QPDF_PDFTOPDF_Processor::new_page(float width,float height) // {{{ in new_page() function in QPDF_PDFTOPDF_Processor
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc636 CachePage* new_page = new CachePage(); in GetCachePage() local
637 entry->value = new_page; in GetCachePage()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc789 CachePage* new_page = new CachePage(); in GetCachePage() local
790 entry->value = new_page; in GetCachePage()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc691 CachePage* new_page = new CachePage(); in GetCachePage() local
692 entry->value = new_page; in GetCachePage()
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc758 CachePage* new_page = new CachePage(); in GetCachePage() local
759 entry->value = new_page; in GetCachePage()
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc815 CachePage* new_page = new CachePage(); in GetCachePage() local
816 entry->value = new_page; in GetCachePage()
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2146 CachePage* new_page = new CachePage(); in GetCachePage() local
2147 entry->value = new_page; in GetCachePage()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc700 CachePage* new_page = new CachePage(); in GetCachePage() local
701 entry->value = new_page; in GetCachePage()

Completed in 93 milliseconds