/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64-inl.h | 689 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | liveedit.cc | 826 HeapObjectIterator iterator(isolate->heap(), in Fill()
|
H A D | debug-interface.cc | 19 #include "src/heap/heap.h" 21 #include "src/profiler/heap-profiler.h" 664 reinterpret_cast<i::Isolate*>(isolate)->heap(), in ForceGarbageCollection()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.cc | 5 #include "src/heap/factory-base.h" 12 #include "src/heap/factory.h" 13 #include "src/heap/heap-inl.h" 14 #include "src/heap/local-factory-inl.h" 15 #include "src/heap/memory-chunk.h" 16 #include "src/heap/read-only-heap.h" 940 isolate()->heap()->AsHeap()->MaxRegularHeapObjectSize(allocation)) && in AllocateRawArray()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.h | 76 // This is used only in the deoptimizer and heap. Please use the 322 // The JSObject describes real heap allocated JavaScript objects with 675 Heap* heap); 802 // our heap verification code could stumble across it.
|
H A D | scope-info.cc | 608 isolate->heap()->CopyRange(*this, dst_slot, src_slot, len, mode); in CopyElements()
|
H A D | ordered-hash-table.cc | 8 #include "src/heap/heap-inl.h" 211 isolate->heap()->MaxNumberToStringCacheSize(); in ConvertToKeysArray()
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 557 // Preallocate all mutable heap numbers so we don't need to allocate while in BuildJsonObject() 645 isolate()->heap()->EnsureSweepingCompleted(*mutable_double_buffer); in BuildJsonObject()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 15 #include "src/heap/heap-inl.h" // For ToBoolean. TODO(jkummerow): Drop. 19 #include "src/objects/heap-object-inl.h" 658 return isolate->heap()->ToBoolean(result.FromJust()); in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 827 cfg.heap = descs->gpu + pan_size(TILER_CONTEXT); in emit_tiler_context()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-collections-gen.cc | 12 #include "src/heap/factory-inl.h" 13 #include "src/heap/heap-inl.h" 537 // Specialization for heap numbers. 834 // heap number with the same value. 849 DCHECK(isolate()->heap()->map_iterator_protector().IsPropertyCell()); 908 DCHECK(isolate()->heap()->set_iterator_protector().IsPropertyCell()); 1295 // {candidate_key} is a heap number.
|
H A D | builtins-string-gen.cc | 13 #include "src/heap/factory-inl.h" 14 #include "src/heap/heap-inl.h" 1513 DCHECK(isolate()->heap()->string_iterator_protector().IsPropertyCell()); in BranchIfStringPrimitiveWithNoCustomIteration()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 12 #include "src/heap/heap-inl.h" // For InOldSpace. 13 #include "src/heap/heap-write-barrier-inl.h" // For GetIsolateFromWritableObj. 2879 if (!isolate->heap()->InSpaceSlow(address, i::CODE_SPACE) && in _v8_internal_Print_Code() 2880 !isolate->heap()->InSpaceSlow(address, i::CODE_LO_SPACE) && in _v8_internal_Print_Code()
|
H A D | gdb-jit.cc | 2066 Code code = isolate->heap()->GcSafeFindCodeForInnerPointer(addr);
|
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format.c | 555 } else if (c.heap) { in f2fs_prepare_super_block()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 284 static int amdgpu_query_heap_info(amdgpu_device_handle dev, uint32_t heap, in amdgpu_query_heap_info() argument
|
/third_party/node/src/ |
H A D | env.cc | 1754 // promoted to the old generation, result in increased heap usage, in NearHeapLimitCallback() 1756 // Ideally, this should be as small as possible - the heap limit in NearHeapLimitCallback() 1757 // can only be restored when the heap usage falls down below the in NearHeapLimitCallback() 1758 // new limit, so in a heap with unbounded growth the isolate in NearHeapLimitCallback() 1760 // the heap limit to the new one. in NearHeapLimitCallback() 1796 heap::WriteSnapshot(env, filename.c_str()); in NearHeapLimitCallback() 1809 "Removing the near heap limit callback"); in NearHeapLimitCallback() 1814 // Tell V8 to reset the heap limit once the heap usage falls down to in NearHeapLimitCallback()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-engine.cc | 17 #include "src/objects/heap-number.h" 1041 isolate->heap()->AddGCEpilogueCallback(callback, v8::kGCTypeMarkSweepCompact, in AddIsolate()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 716 if (FAILED(ID3D12Device1_CreatePlacedResource(device->dev, mem->heap, in dzn_BindImageMemory2()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.cc | 5 #include "src/compiler/heap-refs.h" 17 #include "src/compiler/js-heap-broker.h" 21 #include "src/objects/heap-number-inl.h" 57 // ReadOnlyHeapObjects, it is OK to access heap even from off-thread, so 73 // heap predicate instead. This would involve removing the special cases for in IsReadOnlyHeapObjectForCompiler() 99 // It is safe to access read only heap objects and builtins from a in ObjectData() 300 // to protect us against reads outside the bounds of the heap. This could in GetOwnFastDataPropertyFromHeap() 302 // shrunk in size. It might end up at the edge of a heap boundary. If in GetOwnFastDataPropertyFromHeap() 368 // object, we are guaranteed to see valid heap words even if the data is wrong. 377 receiver, dict_index, broker->isolate()->heap()); in GetOwnDictionaryPropertyFromHeap() [all...] |
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 63 #include <linux/dma-heap.h>
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest | 752 $valgrind $vjs $pcre2grep --no-jit --heap-limit=0 b testtemp1grep >>testtrygrep 2>&1
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 24 #include "src/heap/combined-heap.h" 25 #include "src/heap/heap-inl.h" // For CodeSpaceMemoryModificationScope. 141 Heap* heap) { in SetInstructionBitsInCodeSpace() 142 CodeSpaceMemoryModificationScope scope(heap); in SetInstructionBitsInCodeSpace() 156 sim_->isolate_->heap()); in UndoBreakpoint() 163 sim_->isolate_->heap()); in RedoBreakpoint() 422 Heap* current_heap = sim_->isolate_->heap(); in Debug() 514 sim_->isolate_->heap()); in Debug() 140 SetInstructionBitsInCodeSpace(Instruction* instr, Instr value, Heap* heap) SetInstructionBitsInCodeSpace() argument [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 2480 let mut heap: BinaryHeap<_> = iter.by_ref().take(1000).collect(); in bench_find_smallest_1000() variables 2483 let mut max = heap.peek_mut().unwrap(); in bench_find_smallest_1000() 2491 heap in bench_find_smallest_1000() 8880 mod heap; modules 9279 // Test on-heap from_fn. in test_from_fn() 9303 // Test on-heap from_elem. in test_from_elem() 9535 // Test on-heap push(). in test_push() 13293 let heap = BinaryHeap::from(data); in test_iterator() 13295 for el in &heap { in test_iterator() 13350 let heap in test_into_iter_sorted_collect() 13358 let mut heap = BinaryHeap::from(vec![2, 4, 6, 2, 1, 8, 10, 3, 5, 7, 0, 9, 1]); test_drain_sorted_collect() variables 13412 let mut heap = BinaryHeap::from(data); test_peek_and_pop() variables 13422 let mut heap = BinaryHeap::from(data); test_peek_mut() variables 13434 let mut heap = BinaryHeap::from(data); test_peek_mut_pop() variables 13446 let mut heap = BinaryHeap::from(vec![2, 4, 9]); test_push() variables 13468 let mut heap = BinaryHeap::<Box<_>>::from(vec![box 2, box 4, box 9]); test_push_unique() variables 13529 let mut heap = BinaryHeap::<i32>::new(); test_empty_pop() variables 13744 let mut heap = BinaryHeap::from(panic_ords); panic_safe() variables 45728 let mut heap = BinaryHeap { data: vec }; from() variables [all...] |
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 479 * setting up the PDS static heap data. in pvr_sub_cmd_gfx_per_job_fragment_programs_create_and_upload() 1660 struct pvr_winsys_heap *heap, in pvr_cmd_buffer_alloc_mem() 1671 heap, in pvr_cmd_buffer_alloc_mem() 1659 pvr_cmd_buffer_alloc_mem(struct pvr_cmd_buffer *cmd_buffer, struct pvr_winsys_heap *heap, uint64_t size, uint32_t flags, struct pvr_bo **const pvr_bo_out) pvr_cmd_buffer_alloc_mem() argument
|