Home
last modified time | relevance | path

Searched defs:heap (Results 26 - 50 of 275) sorted by relevance

1234567891011

/third_party/node/deps/v8/src/heap/cppgc/
H A Dprocess-heap.cc34 void HeapRegistry::RegisterHeap(HeapBase& heap) { in RegisterHeap() argument
43 void HeapRegistry::UnregisterHeap(HeapBase& heap) { in UnregisterHeap() argument
[all...]
H A Dremembered-set.h28 explicit OldToNewRememberedSet(const HeapBase& heap) in OldToNewRememberedSet() argument
H A Dheap.h23 static Heap* From(cppgc::Heap* heap) { return static_cast<Heap*>(heap); } in From() argument
24 static const Heap* From(const cppgc::Heap* heap) { in From() argument
[all...]
H A Dconcurrent-marker.h36 HeapBase& heap() const { return heap_; } in heap() function in cppgc::internal::ConcurrentMarkerBase
64 ConcurrentMarker(HeapBase& heap, MarkingWorklists& marking_worklists, in ConcurrentMarker() argument
H A Dtesting.cc16 auto& heap = internal::HeapBase::From(heap_handle_); in OverrideEmbedderStackStateScope() local
H A Dprefinalizer-handler.cc30 PreFinalizerHandler::PreFinalizerHandler(HeapBase& heap) in PreFinalizerHandler() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfinalization-registry-cleanup-task.cc18 FinalizationRegistryCleanupTask::FinalizationRegistryCleanupTask(Heap* heap) in FinalizationRegistryCleanupTask() argument
H A Dcollection-barrier.h25 explicit CollectionBarrier(Heap* heap) : heap_(heap) {} in CollectionBarrier() argument
H A Devacuation-allocator.h24 explicit EvacuationAllocator(Heap* heap, in EvacuationAllocator() argument
H A Dheap-layout-tracer.cc22 Heap* heap = reinterpret_cast<i::Isolate*>(isolate)->heap(); in GCProloguePrintHeapLayout() local
34 Heap* heap = reinterpret_cast<i::Isolate*>(isolate)->heap(); GCEpiloguePrintHeapLayout() local
52 PrintHeapLayout(std::ostream& os, Heap* heap) PrintHeapLayout() argument
[all...]
H A Dscavenge-job.cc32 size_t ScavengeJob::YoungGenerationTaskTriggerSize(Heap* heap) { in YoungGenerationTaskTriggerSize() argument
36 bool ScavengeJob::YoungGenerationSizeTaskTriggerReached(Heap* heap) { in YoungGenerationSizeTaskTriggerReached() argument
40 ScheduleTaskIfNeeded(Heap* heap) ScheduleTaskIfNeeded() argument
[all...]
H A Dremembered-set-inl.h15 SlotCallbackResult UpdateTypedSlotHelper::UpdateTypedSlot(Heap* heap, in UpdateTypedSlot() argument
H A Dstress-scavenge-observer.cc16 StressScavengeObserver::StressScavengeObserver(Heap* heap) in StressScavengeObserver() argument
H A Dbase-space.h27 Heap* heap() const { in heap() function in v8::internal::BaseSpace
65 BaseSpace(Heap* heap, AllocationSpace id) in BaseSpace() argument
H A Dcollection-barrier.cc39 explicit BackgroundCollectionInterruptTask(Heap* heap) in BackgroundCollectionInterruptTask() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfree-space-inl.h50 Heap* heap = GetHeapFromWritableObject(*this); in IsValid() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_common.h42 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() argument
47 GetGPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetGPUDescriptorHandleForHeapStart() argument
73 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() argument
80 GetGPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetGPUDescriptorHandleForHeapStart() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DDescriptorHeap.cpp20 ID3D12DescriptorHeap* heap; in Make() local
28 GrD3DDescriptorHeap::GrD3DDescriptorHeap(const gr_cp<ID3D12DescriptorHeap>& heap, in GrD3DDescriptorHeap() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.h45 } heap; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DHeapAllocatorD3D12.cpp67 void HeapAllocator::DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> heap) { in DeallocateResourceHeap() argument
H A DResourceHeapAllocationD3D12.cpp23 ResourceHeapAllocation(const AllocationInfo& info, uint64_t offset, ComPtr<ID3D12Resource> resource, Heap* heap) ResourceHeapAllocation() argument
H A DStagingDescriptorAllocatorD3D12.h61 ComPtr<ID3D12DescriptorHeap> heap; member
/third_party/libuv/src/
H A Dheap-inl.h41 struct heap { struct
63 HEAP_EXPORT(void heap_init(struct heap* heap)) HEAP_EXPORT() argument
68 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap)) HEAP_EXPORT() argument
73 heap_node_swap(struct heap* heap, struct heap_node* parent, struct heap_node* child) heap_node_swap() argument
107 HEAP_EXPORT(void heap_insert(struct heap* heap, struct heap_node* newnode, heap_compare_fn less_than)) HEAP_EXPORT() argument
151 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument
246 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) HEAP_EXPORT() argument
[all...]
/third_party/libdrm/intel/
H A Dmm.c32 drm_private void mmDumpMemInfo(const struct mem_block *heap) in mmDumpMemInfo() argument
60 struct mem_block *heap, *bloc in mmInit() local
163 mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) mmAllocMem() argument
246 mmDestroy(struct mem_block *heap) mmDestroy() argument
[all...]
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap24.c31 void *p, *heap; in init_slice_boundary() local

Completed in 7 milliseconds

1234567891011