/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | write-barrier.h | 358 BasePageHandle* page = Get() local [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-page.h | 153 static NormalPage* From(BasePage* page) { in From() argument 157 static const NormalPage* From(const BasePage* page) { in From() argument 223 From(BasePage* page) From() argument 227 From(const BasePage* page) From() argument 276 ObjectHeaderFromInnerAddressImpl(const BasePage* page, const void* address) ObjectHeaderFromInnerAddressImpl() argument [all...] |
H A D | object-allocator.cc | 29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung() argument 84 auto* page = NormalPage::From(BasePage::FromPayload(new_buffer)); in ReplaceLinearAllocationBuffer() local 95 LargePage* page = LargePage::Create(page_backend, space, size); AllocateLargeObject() local [all...] |
H A D | compactor.cc | 229 void AddPage(NormalPage* page) { in AddPage() argument 238 void RelocateObject(const NormalPage* page, cons argument 284 FinishCompactingPage(NormalPage* page) FinishCompactingPage() argument 325 CompactPage(NormalPage* page, CompactionState& compaction_state) CompactPage() argument [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.cc | 150 Page* page = Page::FromAddress(start); in Free() local 201 Page* page = nullptr; in GetPageForSize() local 276 Page* page = Page::FromAddress(start); Free() local 434 EvictFreeListItems(Page* page) EvictFreeListItems() argument [all...] |
H A D | remembered-set.h | 226 MergeTyped(MemoryChunk* page, std::unique_ptr<TypedSlots> other) MergeTyped() argument 236 RemoveRangeTyped(MemoryChunk* page, Address start, Address end) RemoveRangeTyped() argument [all...] |
H A D | memory-chunk.cc | 256 Page* page = static_cast<Page*>(this); in ReleaseAllocatedMemoryNeededForWritableChunk() local
|
H A D | new-spaces.h | 358 MovePageFromSpaceToSpace(Page* page) MovePageFromSpaceToSpace() argument [all...] |
H A D | spaces.h | 380 PageRange(Page* page) PageRange() argument [all...] |
H A D | large-spaces.cc | 57 LargePage* page = static_cast<LargePage*>(chunk); member 119 LargePage* page = first_page(); in TearDown() local 156 LargePage* page = AllocateLargePage(object_size, executable); AllocateRaw() local 171 heap()->NotifyOldGenerationExpansion(identity(), page); AllocateRaw() local 192 LargePage* page = AllocateLargePage(object_size, executable); AllocateRawBackground() local 212 LargePage* page = heap()->memory_allocator()->AllocateLargePage( AllocateLargePage() local 241 LargePage* page = it->second; FindPage() local 264 InsertChunkMapEntries(LargePage* page) InsertChunkMapEntries() argument 272 RemoveChunkMapEntries(LargePage* page) RemoveChunkMapEntries() argument 280 PromoteNewLargeObject(LargePage* page) PromoteNewLargeObject() argument 292 AddPage(LargePage* page, size_t object_size) AddPage() argument 303 RemovePage(LargePage* page, size_t object_size) RemovePage() argument 389 Page* page = Page::FromHeapObject(object); Verify() local 515 LargePage* page = AllocateLargePage(object_size, NOT_EXECUTABLE); AllocateRaw() local 559 LargePage* page = *it; FreeDeadObjects() local 603 AddPage(LargePage* page, size_t object_size) AddPage() argument 608 RemovePage(LargePage* page, size_t object_size) RemovePage() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_bo.h | 55 uint32_t page; member
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PoolAlloc.cpp | 296 PageHeader *page = mStack.back().page; in pop() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | SwiftConfig.cpp | 231 std::string SwiftConfig::page() in page() function in sw::SwiftConfig
|
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | largepost.c | 57 send_page (struct MHD_Connection *connection, const char *page, in send_page() argument
|
H A D | simplepost.c | 46 send_page (struct MHD_Connection *connection, const char *page) in send_page() argument
|
H A D | tlsauthentication.c | 197 const char *page = "<html><body>A secret.</body></html>"; in secret_page() local
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_serial.c | 318 scsi_inquiry(struct udev *udev, struct scsi_id_device *dev_scsi, int fd, unsigned char evpd, unsigned char page, unsigned char *buf, unsigned int buflen) scsi_inquiry() argument [all...] |
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 217 tHeader* page; member
|
/third_party/backends/backend/ |
H A D | kvs40xx_cmd.c | 511 kvs40xx_read_image_data (struct scanner * s, unsigned page, unsigned side, in kvs40xx_read_image_data() argument
|
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 148 int page, /* Number of current output page */ main() local 903 check_range(char *page_ranges, int even_pages, int odd_pages, int page) check_range() argument [all...] |
H A D | urftopdf.cpp | 76 QPDFObjectHandle page; member 204 QPDFObjectHandle page = QPDFObjectHandle::parse( in add_pdf_page() local 415 int fd, page; main() local [all...] |
/third_party/FreeBSD/stand/usb/ |
H A D | usb_busdma_loader.c | 69 struct usb_page *page; in usbd_get_page() local [all...] |
/third_party/libsnd/src/ |
H A D | ogg.c | 213 ogg_write_page(SF_PRIVATE *psf, ogg_page *page) ogg_write_page() argument 459 { ogg_page page ; ogg_stream_seek_page_search() local 903 ogg_page_search_continued_data(OGG_PRIVATE *odata, ogg_page *page) ogg_page_search_continued_data() argument [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | aub_mem.c | 413 struct phys_mem *page = search_phys_mem(mem, phys_addr); aub_mem_get_phys_addr_data() local 422 struct phys_mem *page = ppgtt_walk(mem, mem->pml4, virt_addr); aub_mem_get_ppgtt_addr_data() local 431 struct phys_mem *page = ppgtt_walk(mem, mem->pml4, virt_addr); aub_mem_get_ppgtt_addr_aub_data() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise11.c | 97 static int verif_unmap(void *page, int sentinel) in verif_unmap() argument
|