| /third_party/node/deps/v8/src/heap/ |
| 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...] |
| H A D | concurrent-marking.cc | 88 ConcurrentMarkingVisitor(int task_id, MarkingWorklists::Local* local_marking_worklists, WeakObjects::Local* local_weak_objects, Heap* heap, unsigned mark_compact_epoch, base::EnumSet<CodeFlushMode> code_flush_mode, bool embedder_tracing_enabled, bool should_keep_ages_unchanged, MemoryChunkDataMap* memory_chunk_data) ConcurrentMarkingVisitor() argument 441 ConcurrentMarking(Heap* heap, MarkingWorklists* marking_worklists, WeakObjects* weak_objects) ConcurrentMarking() argument [all...] |
| H A D | new-spaces.cc | 354 GetObjectIterator(Heap* heap) GetObjectIterator() argument 461 NewSpace(Heap* heap, v8::PageAllocator* page_allocator, size_t initial_semispace_capacity, size_t max_semispace_capacity, LinearAllocationArea* allocation_info) NewSpace() argument 682 GetObjectIterator(Heap* heap) GetObjectIterator() argument [all...] |
| /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
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | ecma_test_common.h | 204 static void GcCommonCase(JSThread *thread, Heap *heap, bool nonMovable = true) in GcCommonCase() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lse.cpp | 80 auto heap = *hvalue; in MarkForElimination() local 124 const Lse::HeapValue heap = {inst, alive, false, false}; in VisitStore() local 295 auto &heap = heaps_[GetEquivClass(cand)].first; ProcessBackedges() local 452 const Lse::HeapValue heap = {entry.second[0], alive, false, false}; FinalizeShadowedStores() local 691 auto &heap = (*heaps)[eqClass].first; InitializeHeap() local 738 auto &heap = (*heaps)[eqClass].first; MergeHeapValuesForBlock() local 753 ProcessHeapValuesForBlock(Heap *heap, BasicBlock *block, Marker phiFixupMrk) ProcessHeapValuesForBlock() argument 1100 auto &heap = heaps->at(GetEquivClass(*alive)).first; TryToHoistLoadFromLoop() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_ark_tools.cpp | 218 auto heap = const_cast<Heap *>(thread->GetEcmaVM()->GetHeap()); in ForceFullGC() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| H A D | heap_profiler.cpp | 423 auto heap = SharedHeap::GetInstance(); in IterateSharedHeap() local 654 auto heap = vm_->GetHeap(); FillIdMap() local [all...] |
| H A D | heap_snapshot.cpp | 638 auto heap = vm_->GetHeap(); in FillNodes() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| H A D | heap_dump_test.cpp | 606 auto heap = ecmaVm_->GetHeap(); in HWTEST_F_L0() local
|
| /third_party/libdrm/intel/ |
| H A D | intel_bufmgr_fake.c | 119 struct mem_block *heap; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 553 zink_bo_create(struct zink_screen *screen, uint64_t size, unsigned alignment, enum zink_heap heap, enum zink_alloc_flag flags, const void *pNext) in zink_bo_create() argument 246 bo_create_internal(struct zink_screen *screen, uint64_t size, unsigned alignment, enum zink_heap heap, unsigned flags, const void *pNext) bo_create_internal() argument 1165 bo_slab_alloc(void *priv, unsigned heap, unsigned entry_size, unsigned group_index, bool encrypted) bo_slab_alloc() argument 1262 bo_slab_alloc_normal(void *priv, unsigned heap, unsigned entry_size, unsigned group_index) bo_slab_alloc_normal() argument [all...] |
| /third_party/node/deps/zlib/ |
| H A D | deflate.h | 213 int heap[2*L_CODES+1]; /* heap used to build the Huffman trees */ member
|
| /third_party/mesa3d/src/microsoft/clc/ |
| H A D | compute_test.cpp | 44 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() argument 49 GetGPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetGPUDescriptorHandleForHeapStart() argument 60 GetCPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetCPUDescriptorHandleForHeapStart() argument 67 GetGPUDescriptorHandleForHeapStart(ID3D12DescriptorHeap *heap) in GetGPUDescriptorHandleForHeapStart() argument
|