| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | pagemap.h | 45 #define PageLocked(page) 1 argument 46 #define Page_Uptodate(page) 0 argument 47 #define UnlockPage(page) argument 48 #define PAGE_BUG(page) BUG() argument 49 #define ClearPageUptodate(page) argument 50 #define SetPageError(page) argument 51 #define ClearPageError(page) argument 52 #define SetPageUptodate(page) argument
|
| /third_party/cups-filters/filter/pdftopdf/ |
| D | qpdf_tools.cc | 3 QPDFObjectHandle getMediaBox(QPDFObjectHandle page) // {{{ in getMediaBox() 9 QPDFObjectHandle getCropBox(QPDFObjectHandle page) // {{{ in getCropBox() 18 QPDFObjectHandle getBleedBox(QPDFObjectHandle page) // {{{ in getBleedBox() 27 QPDFObjectHandle getTrimBox(QPDFObjectHandle page) // {{{ in getTrimBox() 36 QPDFObjectHandle getArtBox(QPDFObjectHandle page) // {{{ in getArtBox()
|
| /third_party/node/deps/v8/src/heap/ |
| D | large-spaces.cc | 57 LargePage* page = static_cast<LargePage*>(chunk); in Initialize() local 119 LargePage* page = first_page(); in TearDown() local 156 LargePage* page = AllocateLargePage(object_size, executable); in AllocateRaw() local 192 LargePage* page = AllocateLargePage(object_size, executable); in AllocateRawBackground() local 212 LargePage* page = heap()->memory_allocator()->AllocateLargePage( in AllocateLargePage() local 241 LargePage* page = it->second; in FindPage() local 264 void CodeLargeObjectSpace::InsertChunkMapEntries(LargePage* page) { in InsertChunkMapEntries() 272 void CodeLargeObjectSpace::RemoveChunkMapEntries(LargePage* page) { in RemoveChunkMapEntries() 280 void OldLargeObjectSpace::PromoteNewLargeObject(LargePage* page) { in PromoteNewLargeObject() 292 void LargeObjectSpace::AddPage(LargePage* page, size_t object_size) { in AddPage() [all …]
|
| D | sweeper.cc | 230 Address free_start, Address free_end, Page* page, Space* space, in FreeAndProcessFreedMemory() 255 Address free_start, Address free_end, Page* page, bool record_free_ranges, in CleanupRememberedSetEntriesForFreedMemory() 291 Page* page, const TypedSlotSet::FreeRangesMap& free_ranges_map, in CleanupInvalidTypedSlotsOfFreeRanges() 315 Page* page, size_t live_bytes, FreeListRebuildingMode free_list_mode) { in ClearMarkBitsAndHandleLivenessStatistics() 464 Page* page = GetSweepingPageSafe(identity); in ConcurrentSweepSpace() local 479 if (Page* page = GetSweepingPageSafe(identity)) { in IncrementalSweepSpace() local 492 Page* page = nullptr; in ParallelSweepSpace() local 509 int Sweeper::ParallelSweepPage(Page* page, AllocationSpace identity, in ParallelSweepPage() 543 void Sweeper::EnsurePageIsSwept(Page* page) { in EnsurePageIsSwept() 567 bool Sweeper::TryRemoveSweepingPageSafe(AllocationSpace space, Page* page) { in TryRemoveSweepingPageSafe() [all …]
|
| D | paged-spaces.cc | 50 Page* page) in PagedSpaceObjectIterator() 81 Page* page = static_cast<Page*>(chunk); in InitializePage() local 254 void PagedSpace::RefineAllocatedBytesAfterSweeping(Page* page) { in RefineAllocatedBytesAfterSweeping() 272 Page* page = free_list()->GetPageForSize(size_in_bytes); in RemovePageSafe() local 278 size_t PagedSpace::AddPage(Page* page) { in AddPage() 293 void PagedSpace::RemovePage(Page* page) { in RemovePage() 320 size_t PagedSpace::ShrinkPageToHighWaterMark(Page* page) { in ShrinkPageToHighWaterMark() 346 Page* page = heap()->memory_allocator()->AllocatePage( in Expand() local 358 Page* page = heap()->memory_allocator()->AllocatePage( in ExpandBackground() local 500 void PagedSpace::ReleasePage(Page* page) { in ReleasePage() [all …]
|
| D | allocation-stats.h | 56 size_t AllocatedOnPage(const BasicMemoryChunk* page) const { in AllocatedOnPage() 61 void IncreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in IncreaseAllocatedBytes() 72 void DecreaseAllocatedBytes(size_t bytes, const BasicMemoryChunk* page) { in DecreaseAllocatedBytes()
|
| D | new-spaces.cc | 24 Page* page = static_cast<Page*>(chunk); in InitializePage() local 261 void SemiSpace::RemovePage(Page* page) { in RemovePage() 276 void SemiSpace::PrependPage(Page* page) { in PrependPage() 289 void SemiSpace::MovePageToTheEnd(Page* page) { in MovePageToTheEnd() 332 Page* page = current_page(); in AddRangeToActiveSystemPages() local 417 Page* page = Page::FromAllocationAreaAddress(start); in AssertValidRange() local 617 Page* page = Page::FromAddress(start); in AddParkedAllocationBuffer() local 688 Page* page = Page::FromAddress(to_top - kTaggedSize); in MakeLinearAllocationAreaIterable() local 776 Page* page = Page::FromAllocationAreaAddress(current)->next_page(); in Verify() local
|
| D | paged-spaces-inl.h | 60 void PagedSpace::UnlinkFreeListCategories(Page* page) { in UnlinkFreeListCategories() 67 size_t PagedSpace::RelinkFreeListCategories(Page* page) { in RelinkFreeListCategories()
|
| /third_party/ltp/testcases/kernel/mce-test/tsrc/ |
| D | tinjpage.c | 74 void munmap_reserve(void *page, int size) in munmap_reserve() 164 void inject_madvise(char *page) in inject_madvise() 175 u64 page_to_pfn(char *page) in page_to_pfn() 202 void inject_mce_inject(char *page) in inject_mce_inject() 229 void poison(char *msg, char *page, enum rmode mode) in poison() 254 void recover(char *msg, char *page, enum rmode mode) in recover() 290 void testmem(char *msg, char *page, enum rmode mode) in testmem() 357 char *page; in dirty_anonymous() local 364 char *page; in dirty_anonymous_unmap() local 372 char *page; in mlocked_anonymous() local [all …]
|
| /third_party/libabigail/tests/data/test-read-ctf/ |
| D | test-forward-type-decl.c | 14 struct page { struct 20 struct page *page; member
|
| /third_party/jsframework/runtime/preparation/ |
| D | methods.ts | 58 const page = pageMap[id]; constant 82 const page = getPage(pageId); constant 95 const page = getPage(pageId); constant 118 const page = getPage(pageId); constant
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | sweeper.cc | 45 void Verify(NormalPage& page) { in Verify() 52 bool VisitNormalPage(NormalPage& page) { in VisitNormalPage() 86 BasePage& page) in DiscardingFreeHandler() 126 BasePage& page) in RegularFreeHandler() 181 BasePage* page = nullptr; member 222 InlinedFinalizationBuilder(BasePage& page, PageAllocator& page_allocator) in InlinedFinalizationBuilder() 246 DeferredFinalizationBuilder(BasePage& page, PageAllocator& page_allocator) in DeferredFinalizationBuilder() 294 NormalPage* page, PageAllocator& page_allocator) { in SweepNormalPage() 414 BasePage* page = page_state->page; in FinalizePage() local 495 while (auto page = state.unswept_pages.Pop()) { in Sweep() local [all …]
|
| D | heap-page.h | 153 static NormalPage* From(BasePage* page) { in From() 157 static const NormalPage* From(const BasePage* page) { in From() 223 static LargePage* From(BasePage* page) { in From() 227 static const LargePage* From(const BasePage* page) { in From() 276 const HeapObjectHeader* ObjectHeaderFromInnerAddressImpl(const BasePage* page, in ObjectHeaderFromInnerAddressImpl()
|
| D | heap-visitor.h | 40 void Traverse(BasePage& page) { in Traverse() 74 bool VisitNormalPageImpl(NormalPage& page) { in VisitNormalPageImpl() 77 bool VisitLargePageImpl(LargePage& page) { in VisitLargePageImpl()
|
| D | object-allocator.cc | 29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung() 84 auto* page = NormalPage::From(BasePage::FromPayload(new_buffer)); in ReplaceLinearAllocationBuffer() local 95 LargePage* page = LargePage::Create(page_backend, space, size); in AllocateLargeObject() local 213 auto& page = *NormalPage::From(BasePage::FromPayload(entry.address)); in RefillLinearAllocationBufferFromFreeList() local
|
| D | heap-page.cc | 48 void BasePage::Destroy(BasePage* page) { in Destroy() 153 void NormalPage::Destroy(NormalPage* page) { in Destroy() 232 LargePage* page = new (memory) LargePage(*heap, space, size); in Create() local 239 void LargePage::Destroy(LargePage* page) { in Destroy()
|
| D | heap-space.cc | 25 void BaseSpace::AddPage(BasePage* page) { in AddPage() 31 void BaseSpace::RemovePage(BasePage* page) { in RemovePage()
|
| D | write-barrier.cc | 65 const BasePage* page = BasePage::FromPayload(value); in DijkstraMarkingBarrierSlow() local 110 const BasePage* page = BasePage::FromPayload(value); in SteeleMarkingBarrierSlow() local 172 const auto* page = BasePage::FromPayload(object); in IsMarking() local
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_log.c | 152 struct u_log_page *page = ctx->cur; in u_log_chunk() local 209 struct u_log_page *page = ctx->cur; in u_log_new_page() local 218 u_log_page_destroy(struct u_log_page *page) in u_log_page_destroy() 235 u_log_page_print(struct u_log_page *page, FILE *stream) in u_log_page_print()
|
| /third_party/cups-filters/filter/ |
| D | pdf.cxx | 130 QPDFObjectHandle page = pages[page_num - 1]; in pdf_prepend_stream() local 177 QPDFObjectHandle page = pages[page_num - 1]; in pdf_add_type1_font() local 298 QPDFObjectHandle page = pages[page_num - 1]; in pdf_resize_page() local 335 QPDFObjectHandle page = pages[page_num - 1]; in pdf_duplicate_page() local 411 QPDFPageObjectHelper page = pages.front(); in pdf_fill_form() local
|
| /third_party/skia/third_party/externals/microhttpd/doc/examples/ |
| D | basicauthentication.c | 48 const char *page = "<html><body>Go away.</body></html>"; in answer_to_connection() local 58 const char *page = "<html><body>A secret.</body></html>"; in answer_to_connection() local
|
| /third_party/ltp/testcases/kernel/mce-test/stress/tools/page-poisoning/ |
| D | page-poisoning.c | 195 static void munmap_reserve(void *page, int size) in munmap_reserve() 234 static void poison(char *msg, char *page, enum rmode mode) in poison() 267 static void recover(char *msg, char *page, enum rmode mode) in recover() 303 static void testmem(char *msg, char *page, enum rmode mode) in testmem() 358 char *page; in dirty_anonymous() local 374 char *page; in dirty_anonymous_unmap() local 391 char *page; in mlocked_anonymous() local 406 char *page; in do_file_clean() local 458 char *page; in do_file_dirty() local 563 char *page; in clean_anonymous() local
|
| /third_party/mesa3d/src/util/ |
| D | slab.c | 76 struct slab_page_header *page, unsigned index) in slab_get_element() 89 struct slab_page_header *page; in slab_free_orphaned() local 148 struct slab_page_header *page = pool->pages; in slab_destroy_child() local 179 struct slab_page_header *page = malloc(sizeof(struct slab_page_header) + in slab_add_new_page() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-bit-set.hh | 131 page_t *page = page_for (g, true); if (unlikely (!page)) return; in add() local 143 page_t *page = page_for (a, true); if (unlikely (!page)) return false; in add_range() local 148 page_t *page = page_for (a, true); if (unlikely (!page)) return false; in add_range() local 173 page_t *page = page_for (g, v); if (unlikely (v && !page)) return; in set_array() local 213 page_t *page = page_for (g, v); if (unlikely (v && !page)) return false; in set_sorted_array() local 248 page_t *page = page_for (g); in del() local 291 page_t *page = page_for (a); in del_range() local 302 page_t *page = page_for (b); in del_range() local 311 const page_t *page = page_for (g); in get() local 723 const auto& page = pages[map.index]; in get_min() local [all …]
|
| /third_party/lzma/CPP/Windows/Control/ |
| D | PropertyPage.cpp | 68 PROPSHEETPAGE page; in MyPropertySheet() local 89 PROPSHEETPAGEW page; in MyPropertySheet() local
|