/third_party/node/deps/v8/src/heap/ |
D | read-only-spaces.cc | 149 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()
|
D | new-spaces.cc | 128 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()
|
D | spaces.cc | 96 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()
|
D | read-only-spaces.h | 162 size_t i, Address new_address, ReadOnlyPage*& new_page);
|
D | mark-compact.cc | 1865 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/ |
D | object-allocator.cc | 198 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/ |
D | pdftopdf_processor.cc | 326 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()
|
D | qpdf_pdftopdf_processor.h | 47 virtual std::shared_ptr<PDFTOPDF_PageHandle> new_page(float width,float height);
|
D | pdftopdf_processor.h | 143 virtual std::shared_ptr<PDFTOPDF_PageHandle> new_page(float width,float height) =0;
|
D | qpdf_pdftopdf_processor.cc | 587 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/ |
D | gstoggmux.h | 77 gboolean new_page; /* starting a new page */ member
|
D | gstoggmux.c | 382 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/ |
D | simulator-ppc.cc | 691 CachePage* new_page = new CachePage(); in GetCachePage() local 692 entry->value = new_page; in GetCachePage()
|
/third_party/node/deps/v8/src/execution/loong64/ |
D | simulator-loong64.cc | 789 CachePage* new_page = new CachePage(); in GetCachePage() local 790 entry->value = new_page; in GetCachePage()
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 636 CachePage* new_page = new CachePage(); in GetCachePage() local 637 entry->value = new_page; in GetCachePage()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 2146 CachePage* new_page = new CachePage(); in GetCachePage() local 2147 entry->value = new_page; in GetCachePage()
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 815 CachePage* new_page = new CachePage(); in GetCachePage() local 816 entry->value = new_page; in GetCachePage()
|
/third_party/node/deps/v8/src/execution/mips64/ |
D | simulator-mips64.cc | 758 CachePage* new_page = new CachePage(); in GetCachePage() local 759 entry->value = new_page; in GetCachePage()
|
/third_party/node/deps/v8/src/execution/s390/ |
D | simulator-s390.cc | 700 CachePage* new_page = new CachePage(); in GetCachePage() local 701 entry->value = new_page; in GetCachePage()
|