Home
last modified time | relevance | path

Searched defs:heap (Results 51 - 75 of 275) sorted by relevance

1234567891011

/third_party/node/deps/v8/src/heap/cppgc/
H A Dvisitor.cc27 ConservativeTracingVisitor( HeapBase& heap, PageBackend& page_backend, cppgc::Visitor& visitor) ConservativeTracingVisitor() argument
[all...]
H A Dexplicit-management.cc21 const auto& heap = HeapBase::From(heap_handle); in InGC() local
[all...]
H A Dheap-visitor.h22 void Traverse(RawHeap& heap) { in Traverse() argument
67 VisitHeapImpl(RawHeap& heap) VisitHeapImpl() argument
[all...]
H A Draw-heap.h85 HeapBase* heap() { return main_heap_; } in heap() function in cppgc::internal::final
86 const HeapBase* heap() const { return main_heap_; } in heap() function in cppgc::internal::final
H A Dmarking-verifier.cc35 MarkingVerifierBase( HeapBase& heap, Heap::Config::CollectionType collection_type, VerificationState& verification_state, std::unique_ptr<cppgc::Visitor> visitor) MarkingVerifierBase() argument
[all...]
/third_party/node/deps/v8/src/roots/
H A Droots-inl.h61 ReadOnlyRoots::ReadOnlyRoots(Heap* heap) in ReadOnlyRoots() argument
/third_party/node/deps/v8/src/snapshot/
H A Dobject-deserializer.cc81 Heap* heap = isolate()->heap(); in LinkAllocationSites() local
[all...]
/third_party/node/deps/uv/src/
H A Dheap-inl.h40 struct heap { struct
62 HEAP_EXPORT(void heap_init(struct heap* heap)) HEAP_EXPORT() argument
67 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap)) HEAP_EXPORT() argument
72 heap_node_swap(struct heap* heap, struct heap_node* parent, struct heap_node* child) heap_node_swap() argument
106 HEAP_EXPORT(void heap_insert(struct heap* heap, struct heap_node* newnode, heap_compare_fn less_than)) HEAP_EXPORT() argument
150 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument
239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) HEAP_EXPORT() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.h63 Heap(std::unique_ptr<GrD3DDescriptorHeap>& heap, unsigned int numDescriptors) in Heap() argument
H A DGrD3DDescriptorTableManager.cpp33 void GrD3DDescriptorTableManager::recycle(Heap* heap) { in recycle() argument
54 std::unique_ptr<GrD3DDescriptorHeap> heap = in Make() local
84 sk_sp<Heap> heap = Heap::Make(gpu, fHeapType, fCurrentHeapDescriptorCount); in HeapPool() local
95 auto& heap = fDescriptorHeaps[fDescriptorHeaps.size() - 1]; allocateTable() local
108 sk_sp<GrD3DDescriptorTableManager::Heap> heap = allocateTable() local
129 sk_sp<GrD3DDescriptorTableManager::Heap> heap = prepForSubmit() local
135 recycle(sk_sp<Heap> heap) recycle() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DShaderVisibleDescriptorAllocatorD3D12.h79 std::unique_ptr<ShaderVisibleDescriptorHeap> heap; member
H A DCommandRecordingContext.cpp86 void CommandRecordingContext::TrackHeapUsage(Heap* heap, ExecutionSerial serial) { in TrackHeapUsage() argument
H A DStagingDescriptorAllocatorD3D12.cpp77 ComPtr<ID3D12DescriptorHeap> heap; in AllocateCPUHeap() local
/third_party/mesa3d/src/util/
H A Du_mm.c34 u_mmDumpMemInfo(const struct mem_block *heap) in u_mmDumpMemInfo() argument
72 struct mem_block *heap, *bloc in u_mmInit() local
177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) u_mmAllocMem() argument
217 u_mmFindBlock(struct mem_block *heap, int start) u_mmFindBlock() argument
285 u_mmDestroy(struct mem_block *heap) u_mmDestroy() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c90 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_vertprog_validate() local
133 struct nouveau_heap *heap = nv30->screen->vp_data_heap; in nv30_vertprog_validate() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dallocation-observer.cc163 PauseAllocationObserversScope::PauseAllocationObserversScope(Heap* heap) in PauseAllocationObserversScope() argument
H A Dobjects-visiting.cc18 static bool MustRecordSlots(Heap* heap) { in MustRecordSlots() argument
28 Object VisitWeakList(Heap* heap, Object list, WeakObjectRetainer* retainer) { in VisitWeakList() argument
78 ClearWeakList(Heap* heap, Object list) ClearWeakList() argument
[all...]
H A Dheap-write-barrier.cc23 MarkingBarrier* WriteBarrier::CurrentMarkingBarrier(Heap* heap) { in CurrentMarkingBarrier() argument
38 void WriteBarrier::MarkingSlow(Heap* heap, HeapObject host, HeapObjectSlot slot, in MarkingSlow() argument
47 MarkingSlowFromGlobalHandle(Heap* heap, HeapObject value) MarkingSlowFromGlobalHandle() argument
52 MarkingSlowFromInternalFields(Heap* heap, JSObject host) MarkingSlowFromInternalFields() argument
59 MarkingSlow(Heap* heap, Code host, RelocInfo* reloc_info, HeapObject value) MarkingSlow() argument
67 MarkingSlow(Heap* heap, JSArrayBuffer host, ArrayBufferExtension* extension) MarkingSlow() argument
75 MarkingSlow(Heap* heap, DescriptorArray descriptor_array, int number_of_own_descriptors) MarkingSlow() argument
[all...]
H A Dheap-allocator.cc19 HeapAllocator::HeapAllocator(Heap* heap) : heap_(heap) {} in HeapAllocator() argument
H A Dincremental-marking-job.cc45 void IncrementalMarkingJob::Start(Heap* heap) { in Start() argument
50 ScheduleTask(Heap* heap, TaskType task_type) ScheduleTask() argument
84 Step(Heap* heap) Step() argument
100 Heap* heap = isolate()->heap(); RunInternal() local
[all...]
/third_party/node/deps/v8/src/heap/base/
H A Dstack.cc14 namespace heap { namespace
H A Dactive-system-pages.cc12 namespace heap { namespace
/third_party/node/deps/v8/src/objects/
H A Djs-array-inl.h42 bool JSArray::SetLengthWouldNormalize(Heap* heap, uint32_t new_length) { in SetLengthWouldNormalize() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-priority-queue.hh47 hb_vector_t<item_t> heap; member
[all...]
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Dftsystem.c401 HANDLE heap; in FT_BASE_DEF() local

Completed in 9 milliseconds

1234567891011