Home
last modified time | relevance | path

Searched refs:new_page (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/heap/
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() argument
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()
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->SetFlags(last_page()->GetFlags(), Page::kCopyOnFlipFlagsMask); in GrowTo()
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()
Dread-only-spaces.h162 size_t i, Address new_address, ReadOnlyPage*& new_page);
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/node/deps/v8/src/heap/cppgc/
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/cups-filters/filter/pdftopdf/
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()
Dqpdf_pdftopdf_processor.h47 virtual std::shared_ptr<PDFTOPDF_PageHandle> new_page(float width,float height);
Dpdftopdf_processor.h143 virtual std::shared_ptr<PDFTOPDF_PageHandle> new_page(float width,float height) =0;
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/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.h77 gboolean new_page; /* starting a new page */ member
Dgstoggmux.c382 oggpad->new_page = TRUE; in gst_ogg_pad_data_reset()
1755 pad->new_page = TRUE; in gst_ogg_mux_process_best_pad()
1873 pad->new_page = TRUE; in gst_ogg_mux_process_best_pad()
1877 if (pad->new_page) { in gst_ogg_mux_process_best_pad()
1895 pad->new_page = FALSE; in gst_ogg_mux_process_best_pad()
1983 pad->new_page = TRUE; in gst_ogg_mux_process_best_pad()
2176 oggpad->new_page = TRUE; in gst_ogg_mux_init_collectpads()
/third_party/node/deps/v8/src/execution/ppc/
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/loong64/
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/arm/
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/riscv64/
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/mips/
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/mips64/
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/s390/
Dsimulator-s390.cc700 CachePage* new_page = new CachePage(); in GetCachePage() local
701 entry->value = new_page; in GetCachePage()