Home
last modified time | relevance | path

Searched defs:heap (Results 176 - 200 of 268) sorted by relevance

1234567891011

/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.h93 Heap* heap() { return heap_; } in heap() function in v8::internal::LocalHeap
[all...]
H A Dmemory-allocator.cc292 Heap* heap = isolate_->heap(); HandleAllocationFailure() local
[all...]
H A Dscavenger.cc158 IsUnscavengedHeapObject(Heap* heap, Object object) IsUnscavengedHeapObject() argument
164 IsUnscavengedHeapObject(Heap* heap, HeapObject heap_object) IsUnscavengedHeapObject() argument
169 IsUnscavengedHeapObjectSlot(Heap* heap, FullObjectSlot p) IsUnscavengedHeapObjectSlot() argument
263 ScavengerCollector(Heap* heap) ScavengerCollector() argument
553 CreateSharedOldAllocator(Heap* heap) CreateSharedOldAllocator() argument
561 Scavenger(ScavengerCollector* collector, Heap* heap, bool is_logging, EmptyChunksList* empty_chunks, CopiedList* copied_list, PromotionList* promotion_list, EphemeronTableList* ephemeron_table_list, int task_id) Scavenger() argument
[all...]
H A Dbasic-memory-chunk.h167 Heap* heap() const { in heap() function in v8::internal::BasicMemoryChunk
H A Dpaged-spaces.h446 CompactionSpace(Heap* heap, AllocationSpace id, Executability executable, CompactionSpaceKind compaction_space_kind) CompactionSpace() argument
473 CompactionSpaceCollection(Heap* heap, CompactionSpaceKind compaction_space_kind) CompactionSpaceCollection() argument
509 OldSpace(Heap* heap, LinearAllocationArea* allocation_info) OldSpace() argument
532 CodeSpace(Heap* heap) CodeSpace() argument
546 MapSpace(Heap* heap) MapSpace() argument
[all...]
H A Dsweeper.cc22 Sweeper::Sweeper(Heap* heap, MajorNonAtomicMarkingStat argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dlookup.h125 Heap* heap() const { return isolate_->heap(); } in heap() function in v8::internal::final
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c70 struct mem_block *heap; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c889 struct nouveau_heap *heap = screen->text_heap; in nvc0_program_upload() local
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.h90 SkTSpan(const SkTCurve& curve, SkArenaAlloc& heap) { in SkTSpan() argument
98 void debugInit(const SkTCurve& curve, SkArenaAlloc& heap) { in debugInit() argument
195 bool split(SkTSpan* work, SkArenaAlloc* heap) { in split() argument
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DD3D12DescriptorHeapTests.cpp239 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); in TEST_P() local
253 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); in TEST_P() local
284 ComPtr<ID3D12DescriptorHeap> heap in TEST_P() local
315 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); TEST_P() local
332 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); TEST_P() local
357 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); TEST_P() local
383 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); TEST_P() local
408 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); TEST_P() local
423 ComPtr<ID3D12DescriptorHeap> heap = allocator->GetShaderVisibleHeap(); TEST_P() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc1074 std::vector<int> heap = {1, 2, 3}; in TEST() local
[all...]
/third_party/alsa-lib/src/topology/
H A Dctl.c1291 struct list_head heap; in tplg_decode_control_mixer() local
1212 tplg_decode_control_mixer1(snd_tplg_t *tplg, struct list_head *heap, struct snd_tplg_mixer_template *mt, size_t pos, void *bin, size_t size) tplg_decode_control_mixer1() argument
1335 tplg_decode_control_enum1(snd_tplg_t *tplg, struct list_head *heap, struct snd_tplg_enum_template *et, size_t pos, struct snd_soc_tplg_enum_control *ec) tplg_decode_control_enum1() argument
1394 struct list_head heap; tplg_decode_control_enum() local
[all...]
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c85 struct mem_block *heap; member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c198 radeon_bomgr_find_va(const struct radeon_info *info, struct radeon_vm_heap *heap, uint64_t size, uint64_t alignment) radeon_bomgr_find_va() argument
283 radeon_bomgr_free_va(const struct radeon_info *info, struct radeon_vm_heap *heap, uint64_t va, uint64_t size) radeon_bomgr_free_va() argument
618 radeon_create_bo(struct radeon_drm_winsys *rws, unsigned size, unsigned alignment, unsigned initial_domains, unsigned flags, int heap) radeon_create_bo() argument
769 radeon_bo_slab_alloc(void *priv, unsigned heap, unsigned entry_size, unsigned group_index) radeon_bo_slab_alloc() argument
1020 int heap = radeon_get_heap_index(domain, flags); radeon_winsys_bo_create() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.h209 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.cc35 EnterIncrementalMarkingIfNeeded(Marker::MarkingConfig config, HeapBase& heap) EnterIncrementalMarkingIfNeeded() argument
49 ExitIncrementalMarkingIfNeeded(Marker::MarkingConfig config, HeapBase& heap) ExitIncrementalMarkingIfNeeded() argument
80 GetNextIncrementalStepDuration(IncrementalMarkingSchedule& schedule, HeapBase& heap) GetNextIncrementalStepDuration() argument
151 MarkerBase(HeapBase& heap, cppgc::Platform* platform, MarkingConfig config) MarkerBase() argument
653 Marker(HeapBase& heap, cppgc::Platform* platform, MarkingConfig config) Marker() argument
[all...]
H A Dmarking-state.h58 MarkingStateBase::MarkingStateBase(HeapBase& heap, in MarkingStateBase() argument
226 BasicMarkingState(HeapBase& heap, MarkingWorklists& marking_worklists, CompactionWorklists* compaction_worklists) BasicMarkingState() argument
358 MutatorMarkingState(HeapBase& heap, MarkingWorklists& marking_worklists, CompactionWorklists* compaction_worklists) MutatorMarkingState() argument
461 ConcurrentMarkingState(HeapBase& heap, MarkingWorklists& marking_worklists, CompactionWorklists* compaction_worklists) ConcurrentMarkingState() argument
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h137 explicit ObjectCacheIndexMap(Heap* heap) : map_(heap), next_index_(0) {} in ObjectCacheIndexMap() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_cs.c951 pan_emit_tiler_ctx(const struct panfrost_device *dev, unsigned fb_width, unsigned fb_height, unsigned nr_samples, bool first_provoking_vertex, mali_ptr heap, void *out) pan_emit_tiler_ctx() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp739 Heap* heap = ToBackend(mResourceAllocation.GetResourceHeap()); in TrackUsageAndTransitionNow() local
893 Heap* heap = ToBackend(mResourceAllocation.GetResourceHeap()); in TrackUsageAndGetResourceBarrierForPass() local
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.h910 ID3D12Heap* heap; global() member
[all...]
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.h209 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
/third_party/zlib/
H A Ddeflate.h213 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member

Completed in 25 milliseconds

1234567891011