/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 16 #include "src/heap/heap-inl.h" // For ToBoolean. TODO(jkummerow): Drop. 17 #include "src/heap/memory-chunk.h" 202 isolate->heap()->NotifyObjectLayoutChange(*receiver, no_gc, in DeleteObjectPropertyFast() 221 isolate->heap()->ClearRecordedSlot(*receiver, in DeleteObjectPropertyFast() 374 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION() 405 return isolate->heap()->ToBoolean(maybe.FromJust()); in RUNTIME_FUNCTION() 413 return isolate->heap()->ToBoolean(attributes.FromJust() != ABSENT); in RUNTIME_FUNCTION() 416 return isolate->heap()->ToBoolean( in RUNTIME_FUNCTION() 444 return isolate->heap() in RUNTIME_FUNCTION() [all...] |
H A D | runtime-test-wasm.cc | 10 #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/node/deps/v8/src/logging/ |
H A D | log.cc | 27 #include "src/heap/combined-heap.h" 28 #include "src/heap/heap-inl.h" 1055 return isolate_->heap()->MonotonicallyIncreasingTimeInMs() * 1000; in Time() 1383 // to leave logging functions free from heap allocations. 1831 EnumerateCompiledFunctions(Heap* heap) { in EnumerateCompiledFunctions() argument 1832 HeapObjectIterator iterator(heap); in EnumerateCompiledFunctions() 1836 Isolate* isolate = heap->isolate(); in EnumerateCompiledFunctions() 1838 // Iterate the heap t in EnumerateCompiledFunctions() 1897 Heap* heap = isolate_->heap(); LogAccessorCallbacks() local 1925 Heap* heap = isolate_->heap(); LogAllMaps() local 2200 Heap* heap = isolate_->heap(); LogCodeObjects() local 2221 Heap* heap = isolate_->heap(); LogCompiledFunctions() local [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 765 qpool->heap, in dzn_cmd_buffer_collect_queries() 950 * pointing to a given heap is active at a given time. To make the in dzn_CmdPipelineBarrier2() 982 struct dzn_descriptor_heap *heap; in dzn_cmd_buffer_get_dsv() local 989 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->dsvs.pool, device, 1, &heap, &slot); in dzn_cmd_buffer_get_dsv() 990 dsve->handle = dzn_descriptor_heap_get_cpu_handle(heap, slot); in dzn_cmd_buffer_get_dsv() 1011 struct dzn_descriptor_heap *heap; in dzn_cmd_buffer_get_rtv() local 1018 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, &slot); in dzn_cmd_buffer_get_rtv() 1019 rtve->handle = dzn_descriptor_heap_get_cpu_handle(heap, slot); in dzn_cmd_buffer_get_rtv() 1035 struct dzn_descriptor_heap *heap; in dzn_cmd_buffer_get_null_rtv() local 1037 dzn_descriptor_heap_pool_alloc_slots(&cmdbuf->rtvs.pool, device, 1, &heap, in dzn_cmd_buffer_get_null_rtv() 1874 dzn_cmd_buffer_blit_prepare_src_view(struct dzn_cmd_buffer *cmdbuf, VkImage image, VkImageAspectFlagBits aspect, const VkImageSubresourceLayers *subres, struct dzn_descriptor_heap *heap, uint32_t heap_slot) dzn_cmd_buffer_blit_prepare_src_view() argument 2109 dzn_cmd_buffer_blit_region(struct dzn_cmd_buffer *cmdbuf, const VkBlitImageInfo2 *info, struct dzn_descriptor_heap *heap, uint32_t *heap_slot, uint32_t r) dzn_cmd_buffer_blit_region() argument 2184 dzn_cmd_buffer_resolve_region(struct dzn_cmd_buffer *cmdbuf, const VkResolveImageInfo2 *info, struct dzn_descriptor_heap *heap, uint32_t *heap_slot, uint32_t r) dzn_cmd_buffer_resolve_region() argument 3172 struct dzn_descriptor_heap *heap; dzn_CmdBlitImage2() local 3216 struct dzn_descriptor_heap *heap; dzn_CmdResolveImage2() local [all...] |
H A D | dzn_query.c | 76 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/ |
H A D | heap.cc | 5 #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 D | objects-visiting.h | 93 inline explicit HeapVisitor(Heap* heap); 107 // If this predicate returns false, then the heap visitor will fail 156 Object VisitWeakList(Heap* heap, Object list, WeakObjectRetainer* retainer);
|
H A D | safepoint.h | 12 #include "src/heap/local-heap.h" 23 // Used to bring all threads with heap access in an isolate to a safepoint such 27 explicit IsolateSafepoint(Heap* heap); 156 V8_EXPORT_PRIVATE explicit SafepointScope(Heap* heap);
|
H A D | concurrent-marking.cc | 5 #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 D | stress-marking-observer.h | 8 #include "src/heap/heap.h" 15 explicit StressMarkingObserver(Heap* heap);
|
H A D | conservative-stack-visitor.h | 8 #include "src/heap/base/stack.h" 9 #include "src/heap/memory-chunk.h" 14 class ConservativeStackVisitor : public ::heap::base::StackVisitor {
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-debug.cc | 10 #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...] |
/third_party/alsa-lib/src/topology/ |
H A D | ctl.c | 1213 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 D | tplg_local.h | 264 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 D | elem.c | 491 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/heap/cppgc/ |
H A D | heap-page.h | 10 #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);
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-builder.cc | 164 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/node/deps/v8/src/heap/base/ |
H A D | worklist.cc | 5 #include "src/heap/base/worklist.h" 7 namespace heap { namespace 19 } // namespace heap
|
H A D | stack.h | 10 namespace heap { namespace 60 } // namespace heap
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 47 #include "src/objects/primitive-heap-object.h" 64 #include "src/heap/embedder-tracing.h" 65 #include "src/heap/heap-inl.h" 66 #include "src/heap/heap-write-barrier.h" 67 #include "src/heap/safepoint.h" 84 #include "src/objects/heap-object.h" 110 #include "src/profiler/heap-profiler.h" 111 #include "src/profiler/heap 965 i::Heap* heap = reinterpret_cast<i::Isolate*>(GetIsolate())->heap(); Escape() local 8374 i::Heap* heap = reinterpret_cast<i::Isolate*>(this)->heap(); ReportExternalAllocationLimitReached() local 8876 i::Heap* heap = isolate->heap(); GetHeapStatistics() local 8947 i::Heap* heap = isolate->heap(); GetHeapSpaceStatistics() local 8979 i::Heap* heap = isolate->heap(); NumberOfTrackedHeapObjectTypes() local 8989 i::Heap* heap = isolate->heap(); GetHeapObjectStatisticsAtLastGC() local 10355 i::Heap* const heap = reinterpret_cast<i::Isolate*>(isolate_)->heap(); RegisterEmbedderReference() member in v8::OneByteMask::__anon13987::MapAsArrayKind::i [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | string-table.cc | 15 #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/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 70 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/init/ |
H A D | setup-isolate-deserialize.cc | 17 bool SetupIsolateDelegate::SetupHeap(Heap* heap) { in SetupHeap() argument 19 // No actual work to be done; heap will be deserialized from the snapshot. in SetupHeap()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | setup-builtins-internal.cc | 14 #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()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_transfer.c | 73 struct nouveau_heap *heap = nv30->screen->vp_exec_heap; in nv30_transfer_rect_vertprog() local 78 if (nouveau_heap_alloc(heap, 2, &nv30->blit_vp, &nv30->blit_vp)) { in nv30_transfer_rect_vertprog() 79 while (heap->next && heap->size < 2) { in nv30_transfer_rect_vertprog() 80 struct nouveau_heap **evict = heap->next->priv; in nv30_transfer_rect_vertprog() 84 if (nouveau_heap_alloc(heap, 2, &nv30->blit_vp, &nv30->blit_vp)) in nv30_transfer_rect_vertprog()
|