Home
last modified time | relevance | path

Searched refs:heap (Results 326 - 350 of 649) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/node/deps/v8/src/heap/
H A Dstress-scavenge-observer.h8 #include "src/heap/heap.h"
15 explicit StressScavengeObserver(Heap* heap);
H A Dheap.cc5 #include "src/heap/heap.h"
36 #include "src/heap/array-buffer-sweeper.h"
37 #include "src/heap/base/stack.h"
38 #include "src/heap/basic-memory-chunk.h"
39 #include "src/heap/code-object-registry.h"
40 #include "src/heap/code-range.h"
41 #include "src/heap/code-stats.h"
42 #include "src/heap/collection-barrier.h"
43 #include "src/heap/combine
152 Heap_GenerationalEphemeronKeyBarrierSlow(Heap* heap, EphemeronHashTable table, Address slot) Heap_GenerationalEphemeronKeyBarrierSlow() argument
194 ScavengeTaskObserver(Heap* heap, intptr_t step_size) ScavengeTaskObserver() argument
737 AllocationTrackerForDebugging(Heap* heap) AllocationTrackerForDebugging() argument
1507 GCCallbacksScope(Heap* heap) GCCallbacksScope() argument
1735 DevToolsTraceEventScope(Heap* heap, const char* event_name, const char* event_type) DevToolsTraceEventScope() argument
2886 UpdateYoungReferenceInExternalStringTableEntry(Heap* heap, FullObjectSlot p) UpdateYoungReferenceInExternalStringTableEntry() argument
3310 CreateFillerObjectAtImpl(Heap* heap, Address addr, int size, ClearFreedMemoryMode clear_memory_mode) CreateFillerObjectAtImpl() argument
4205 MemoryPressureInterruptTask(Heap* heap) MemoryPressureInterruptTask() argument
4907 ClearStaleLeftTrimmedHandlesVisitor(Heap* heap) ClearStaleLeftTrimmedHandlesVisitor() argument
5797 StressConcurrentAllocationObserver(Heap* heap) StressConcurrentAllocationObserver() argument
6252 CompactWeakArrayList(Heap* heap, Handle<WeakArrayList> array, AllocationType allocation) CompactWeakArrayList() argument
6471 SpaceIterator(Heap* heap) SpaceIterator() argument
6502 UnreachableObjectsFilter(Heap* heap) UnreachableObjectsFilter() argument
6628 HeapObjectIterator( Heap* heap, HeapObjectIterator::HeapObjectsFiltering filtering) HeapObjectIterator() argument
7448 Heap* heap = Heap::FromWritableHeapObject(object); PageFlagsAreConsistent() local
7510 EmbedderStackStateScope( Heap* heap, Origin origin, EmbedderHeapTracer::EmbedderStackState stack_state) EmbedderStackStateScope() argument
[all...]
H A Dconcurrent-marking.cc5 #include "src/heap/concurrent-marking.h"
13 #include "src/heap/gc-tracer-inl.h"
14 #include "src/heap/gc-tracer.h"
15 #include "src/heap/heap-inl.h"
16 #include "src/heap/heap.h"
17 #include "src/heap/mark-compact-inl.h"
18 #include "src/heap/mark-compact.h"
19 #include "src/heap/markin
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 Dincremental-marking-inl.h8 #include "src/heap/incremental-marking.h"
11 #include "src/heap/mark-compact-inl.h"
48 heap()->isolate()->PrintWithTimestamp( in RestartIfNotMarking()
H A Dheap-layout-tracer.h29 static void PrintHeapLayout(std::ostream& os, Heap* heap);
H A Dlocal-factory.cc5 #include "src/heap/local-factory.h"
10 #include "src/heap/concurrent-allocator-inl.h"
11 #include "src/heap/local-heap-inl.h"
14 #include "src/objects/heap-object.h"
50 return HeapObject::FromAddress(isolate()->heap()->AllocateRawOrFail( in AllocateRaw()
H A Dlocal-factory-inl.h8 #include "src/heap/factory-base-inl.h"
9 #include "src/heap/local-factory.h"
34 ->heap() in AllocationTypeForInPlaceInternalizableString()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_query.c76 if (qpool->heap) in dzn_query_pool_destroy()
77 ID3D12QueryHeap_Release(qpool->heap); in dzn_query_pool_destroy()
117 (void **)&qpool->heap); in dzn_query_pool_create()
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h10 #include "src/heap/cppgc/globals.h"
11 #include "src/heap/cppgc/heap-object-header.h"
12 #include "src/heap/cppgc/object-start-bitmap.h"
36 HeapBase& heap() const { return heap_; } in heap() function in cppgc::internal::BasePage
197 NormalPage(HeapBase& heap, BaseSpace& space);
255 LargePage(HeapBase& heap, BaseSpace& space, size_t);
H A Dprefinalizer-handler.h29 explicit PreFinalizerHandler(HeapBase& heap);
43 // Checks that the current thread is the thread that created the heap.
/third_party/node/deps/v8/src/strings/
H A Dstring-builder.cc164 ReplacementStringBuilder::ReplacementStringBuilder(Heap* heap, in ReplacementStringBuilder() argument
167 : heap_(heap), in ReplacementStringBuilder()
168 array_builder_(Isolate::FromHeap(heap), estimated_part_count), in ReplacementStringBuilder()
/third_party/alsa-lib/src/topology/
H A Dctl.c1213 struct list_head *heap, in tplg_decode_control_mixer1()
1248 map = tplg_calloc(heap, sizeof(*map)); in tplg_decode_control_mixer1()
1265 db = tplg_calloc(heap, sizeof(*db)); in tplg_decode_control_mixer1()
1291 struct list_head heap; in tplg_decode_control_mixer() local
1307 INIT_LIST_HEAD(&heap); in tplg_decode_control_mixer()
1316 err = tplg_decode_control_mixer1(tplg, &heap, &mt, pos, bin, size2); in tplg_decode_control_mixer()
1321 tplg_free(&heap); in tplg_decode_control_mixer()
1336 struct list_head *heap, in tplg_decode_control_enum1()
1364 et->texts = tplg_calloc(heap, sizeof(char *) * ec->items); in tplg_decode_control_enum1()
1371 et->map = tplg_calloc(heap, sizeo in tplg_decode_control_enum1()
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...]
H A Dtplg_local.h264 void *tplg_calloc(struct list_head *heap, size_t size);
265 void tplg_free(struct list_head *heap);
419 struct list_head *heap,
427 struct list_head *heap,
H A Delem.c491 void *tplg_calloc(struct list_head *heap, size_t size) in tplg_calloc() argument
498 list_add_tail(&a->list, heap); in tplg_calloc()
502 void tplg_free(struct list_head *heap) in tplg_free() argument
507 list_for_each_safe(pos, npos, heap) { in tplg_free()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc10 #include "src/heap/combined-heap.h"
11 #include "src/heap/heap-write-barrier-inl.h"
12 #include "src/heap/read-only-heap.h"
98 // - --verify-heap will iterate over all gc spaces and call ObjectVerify() on
145 CHECK(IsValidHeapObject(isolate->heap(), HeapObject::cast(p))); in VerifyAnyTagged()
324 CHECK(IsValidHeapObject(isolate->heap(), HeapObject::cast(p))); in VerifyHeapPointer()
331 CHECK(IsValidCodeObject(isolate->heap(), HeapObjec in VerifyCodePointer()
483 Heap* heap = isolate->heap(); MapVerify() local
996 Heap* heap = isolate->heap(); OddballVerify() local
1740 Heap* heap = isolate->heap(); EnumCacheVerify() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dslb.c409 unsigned long heap = mm->start_brk; in preload_new_slb_context() local
431 /* Bottom of heap, grows up. */ in preload_new_slb_context()
432 if (heap && !is_kernel_addr(heap)) { in preload_new_slb_context()
433 if (preload_add(ti, heap)) in preload_new_slb_context()
434 slb_allocate_user(mm, heap); in preload_new_slb_context()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c118 nvkm_mm_free(&chan->heap, &ntfy->node); in nouveau_abi16_ntfy_fini()
145 if (chan->heap.block_size) in nouveau_abi16_chan_fini()
146 nvkm_mm_fini(&chan->heap); in nouveau_abi16_chan_fini()
348 ret = nvkm_mm_init(&chan->heap, 0, 0, PAGE_SIZE, 1); in nouveau_abi16_ioctl_channel_alloc()
546 ret = nvkm_mm_head(&chan->heap, 0, 1, info->size, info->size, 1, in nouveau_abi16_ioctl_notifierobj_alloc()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_abi16.c119 nvkm_mm_free(&chan->heap, &ntfy->node); in nouveau_abi16_ntfy_fini()
156 if (chan->heap.block_size) in nouveau_abi16_chan_fini()
157 nvkm_mm_fini(&chan->heap); in nouveau_abi16_chan_fini()
417 ret = nvkm_mm_init(&chan->heap, 0, 0, PAGE_SIZE, 1); in nouveau_abi16_ioctl_channel_alloc()
615 ret = nvkm_mm_head(&chan->heap, 0, 1, info->size, info->size, 1, in nouveau_abi16_ioctl_notifierobj_alloc()
/third_party/node/deps/v8/src/objects/
H A Dstring-table.cc15 #include "src/heap/safepoint.h"
439 // and internalized strings are in the shared heap. in LookupString()
747 isolate_->heap()->safepoint()->AssertActive(); in IterateElements()
754 isolate_->heap()->safepoint()->AssertActive(); in DropOldData()
755 DCHECK_NE(isolate_->heap()->gc_state(), Heap::NOT_IN_GC); in DropOldData()
762 isolate_->heap()->safepoint()->AssertActive(); in NotifyElementsRemoved()
763 DCHECK_NE(isolate_->heap()->gc_state(), Heap::NOT_IN_GC); in NotifyElementsRemoved()
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc10 #include "src/heap/heap-inl.h"
274 return isolate->heap()->ToBoolean(is_js_to_wasm); in RUNTIME_FUNCTION()
280 return isolate->heap()->ToBoolean(trap_handler::IsTrapHandlerEnabled()); in RUNTIME_FUNCTION()
286 return isolate->heap()->ToBoolean(trap_handler::IsThreadInWasm()); in RUNTIME_FUNCTION()
467 return isolate->heap()->ToBoolean(code && code->is_liftoff()); in RUNTIME_FUNCTION()
482 return isolate->heap()->ToBoolean(code && code->is_turbofan()); in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c70 struct mem_block *heap; member
151 sim_bo->block = u_mmAllocMem(sim_state.heap, size + 4, PAGE_ALIGN2, 0); in vc4_create_simulator_bo()
641 sim_state.heap = u_mmInit(0, sim_state.mem_size); in vc4_simulator_init_global()
655 sim_state.overflow = u_mmAllocMem(sim_state.heap, 32 * 1024 * 1024, in vc4_simulator_init_global()
694 u_mmDestroy(sim_state.heap); in vc4_simulator_destroy()
/third_party/node/deps/v8/src/builtins/
H A Dsetup-builtins-internal.cc14 #include "src/heap/heap-inl.h"
46 const base::AddressRegion& code_region = isolate->heap()->code_region(); in BuiltinAssemblerOptions()
220 CodePageCollectionMemoryModificationScope modification_scope(isolate->heap()); in ReplacePlaceholders()
230 isolate->heap()->UnprotectAndRegisterMemoryChunk( in ReplacePlaceholders()
250 rinfo->set_target_object(isolate->heap(), new_target, in ReplacePlaceholders()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0008.h25 __u8 heap; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvif/
H A Dif0008.h25 __u8 heap; member
/third_party/node/deps/v8/src/heap/base/
H A Dactive-system-pages.h13 namespace heap { namespace
16 // Class implements a bitset of system pages on a heap page.
49 } // namespace heap

Completed in 22 milliseconds

1...<<11121314151617181920>>...26