| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | process-heap.cc | 34 void HeapRegistry::RegisterHeap(HeapBase& heap) { in RegisterHeap() argument 43 void HeapRegistry::UnregisterHeap(HeapBase& heap) { in UnregisterHeap() argument [all...] |
| H A D | remembered-set.h | 28 explicit OldToNewRememberedSet(const HeapBase& heap) in OldToNewRememberedSet() argument
|
| H A D | heap.h | 23 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 D | concurrent-marker.h | 36 HeapBase& heap() const { return heap_; } in heap() function in cppgc::internal::ConcurrentMarkerBase 64 ConcurrentMarker(HeapBase& heap, MarkingWorklists& marking_worklists, in ConcurrentMarker() argument
|
| H A D | testing.cc | 16 auto& heap = internal::HeapBase::From(heap_handle_); in OverrideEmbedderStackStateScope() local
|
| H A D | prefinalizer-handler.cc | 30 PreFinalizerHandler::PreFinalizerHandler(HeapBase& heap) in PreFinalizerHandler() argument [all...] |
| /third_party/node/deps/v8/src/heap/ |
| H A D | finalization-registry-cleanup-task.cc | 18 FinalizationRegistryCleanupTask::FinalizationRegistryCleanupTask(Heap* heap) in FinalizationRegistryCleanupTask() argument
|
| H A D | collection-barrier.h | 25 explicit CollectionBarrier(Heap* heap) : heap_(heap) {} in CollectionBarrier() argument
|
| H A D | evacuation-allocator.h | 24 explicit EvacuationAllocator(Heap* heap, in EvacuationAllocator() argument
|
| H A D | heap-layout-tracer.cc | 22 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 D | scavenge-job.cc | 32 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 D | remembered-set-inl.h | 15 SlotCallbackResult UpdateTypedSlotHelper::UpdateTypedSlot(Heap* heap, in UpdateTypedSlot() argument
|
| H A D | stress-scavenge-observer.cc | 16 StressScavengeObserver::StressScavengeObserver(Heap* heap) in StressScavengeObserver() argument
|
| H A D | base-space.h | 27 Heap* heap() const { in heap() function in v8::internal::BaseSpace 65 BaseSpace(Heap* heap, AllocationSpace id) in BaseSpace() argument
|
| H A D | collection-barrier.cc | 39 explicit BackgroundCollectionInterruptTask(Heap* heap) in BackgroundCollectionInterruptTask() argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | free-space-inl.h | 50 Heap* heap = GetHeapFromWritableObject(*this); in IsValid() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_common.h | 42 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 D | GrD3DDescriptorHeap.cpp | 20 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 D | formatted_string_builder.h | 45 } heap; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | HeapAllocatorD3D12.cpp | 67 void HeapAllocator::DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> heap) { in DeallocateResourceHeap() argument
|
| H A D | ResourceHeapAllocationD3D12.cpp | 23 ResourceHeapAllocation(const AllocationInfo& info, uint64_t offset, ComPtr<ID3D12Resource> resource, Heap* heap) ResourceHeapAllocation() argument
|
| H A D | StagingDescriptorAllocatorD3D12.h | 61 ComPtr<ID3D12DescriptorHeap> heap; member
|
| /third_party/libuv/src/ |
| H A D | heap-inl.h | 41 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 D | mm.c | 32 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 D | hugemmap24.c | 31 void *p, *heap; in init_slice_boundary() local
|