| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | visitor.cc | 27 ConservativeTracingVisitor( HeapBase& heap, PageBackend& page_backend, cppgc::Visitor& visitor) ConservativeTracingVisitor() argument [all...] |
| H A D | explicit-management.cc | 21 const auto& heap = HeapBase::From(heap_handle); in InGC() local [all...] |
| H A D | heap-visitor.h | 22 void Traverse(RawHeap& heap) { in Traverse() argument 67 VisitHeapImpl(RawHeap& heap) VisitHeapImpl() argument [all...] |
| H A D | raw-heap.h | 85 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 D | marking-verifier.cc | 35 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 D | roots-inl.h | 61 ReadOnlyRoots::ReadOnlyRoots(Heap* heap) in ReadOnlyRoots() argument
|
| /third_party/node/deps/v8/src/snapshot/ |
| H A D | object-deserializer.cc | 81 Heap* heap = isolate()->heap(); in LinkAllocationSites() local [all...] |
| /third_party/node/deps/uv/src/ |
| H A D | heap-inl.h | 40 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 D | GrD3DCpuDescriptorManager.h | 63 Heap(std::unique_ptr<GrD3DDescriptorHeap>& heap, unsigned int numDescriptors) in Heap() argument
|
| H A D | GrD3DDescriptorTableManager.cpp | 33 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 D | ShaderVisibleDescriptorAllocatorD3D12.h | 79 std::unique_ptr<ShaderVisibleDescriptorHeap> heap; member
|
| H A D | CommandRecordingContext.cpp | 86 void CommandRecordingContext::TrackHeapUsage(Heap* heap, ExecutionSerial serial) { in TrackHeapUsage() argument
|
| H A D | StagingDescriptorAllocatorD3D12.cpp | 77 ComPtr<ID3D12DescriptorHeap> heap; in AllocateCPUHeap() local
|
| /third_party/mesa3d/src/util/ |
| H A D | u_mm.c | 34 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 D | nv30_vertprog.c | 90 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 D | allocation-observer.cc | 163 PauseAllocationObserversScope::PauseAllocationObserversScope(Heap* heap) in PauseAllocationObserversScope() argument
|
| H A D | objects-visiting.cc | 18 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 D | heap-write-barrier.cc | 23 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 D | heap-allocator.cc | 19 HeapAllocator::HeapAllocator(Heap* heap) : heap_(heap) {} in HeapAllocator() argument
|
| H A D | incremental-marking-job.cc | 45 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 D | stack.cc | 14 namespace heap { namespace
|
| H A D | active-system-pages.cc | 12 namespace heap { namespace
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-array-inl.h | 42 bool JSArray::SetLengthWouldNormalize(Heap* heap, uint32_t new_length) { in SetLengthWouldNormalize() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-priority-queue.hh | 47 hb_vector_t<item_t> heap; member [all...] |
| /third_party/skia/third_party/externals/freetype/builds/windows/ |
| H A D | ftsystem.c | 401 HANDLE heap; in FT_BASE_DEF() local
|