| /third_party/node/deps/v8/src/heap/ |
| H A D | local-heap.h | 93 Heap* heap() { return heap_; } in heap() function in v8::internal::LocalHeap [all...] |
| H A D | memory-allocator.cc | 292 Heap* heap = isolate_->heap(); HandleAllocationFailure() local [all...] |
| H A D | scavenger.cc | 158 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 D | basic-memory-chunk.h | 167 Heap* heap() const { in heap() function in v8::internal::BasicMemoryChunk
|
| H A D | paged-spaces.h | 446 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 D | sweeper.cc | 22 Sweeper::Sweeper(Heap* heap, MajorNonAtomicMarkingStat argument [all...] |
| /third_party/node/deps/v8/src/objects/ |
| H A D | lookup.h | 125 Heap* heap() const { return isolate_->heap(); } in heap() function in v8::internal::final
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_simulator.c | 70 struct mem_block *heap; member
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 889 struct nouveau_heap *heap = screen->text_heap; in nvc0_program_upload() local
|
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsTSect.h | 90 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 D | D3D12DescriptorHeapTests.cpp | 239 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 D | container_test.cc | 1074 std::vector<int> heap = {1, 2, 3}; in TEST() local [all...] |
| /third_party/alsa-lib/src/topology/ |
| H A D | ctl.c | 1291 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 D | v3d_simulator.c | 85 struct mem_block *heap; member
|
| /third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
| H A D | radeon_drm_bo.c | 198 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 D | deflate.h | 209 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | deflate.h | 203 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */
member
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | marker.cc | 35 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 D | marking-state.h | 58 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 D | serializer.h | 137 explicit ObjectCacheIndexMap(Heap* heap) : map_(heap), next_index_(0) {} in ObjectCacheIndexMap() argument
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_cs.c | 951 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 D | TextureD3D12.cpp | 739 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 D | D3D12MemAlloc.h | 910 ID3D12Heap* heap; global() member [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | deflate.h | 209 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
| /third_party/zlib/ |
| H A D | deflate.h | 213 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|