Home
last modified time | relevance | path

Searched refs:heap (Results 501 - 525 of 540) sorted by relevance

1...<<2122

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h689 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
/third_party/node/deps/v8/src/debug/
H A Dliveedit.cc826 HeapObjectIterator iterator(isolate->heap(), in Fill()
H A Ddebug-interface.cc19 #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 Dfactory-base.cc5 #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 Djs-objects.h76 // 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 Dscope-info.cc608 isolate->heap()->CopyRange(*this, dst_slot, src_slot, len, mode); in CopyElements()
H A Dordered-hash-table.cc8 #include "src/heap/heap-inl.h"
211 isolate->heap()->MaxNumberToStringCacheSize(); in ConvertToKeysArray()
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc557 // 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 Druntime-scopes.cc15 #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 Dpanvk_vX_cs.c827 cfg.heap = descs->gpu + pan_size(TILER_CONTEXT); in emit_tiler_context()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc12 #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 Dbuiltins-string-gen.cc13 #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 Dobjects-printer.cc12 #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 Dgdb-jit.cc2066 Code code = isolate->heap()->GcSafeFindCodeForInnerPointer(addr);
/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c555 } else if (c.heap) { in f2fs_prepare_super_block()
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c284 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 Denv.cc1754 // 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 Dwasm-engine.cc17 #include "src/objects/heap-number.h"
1041 isolate->heap()->AddGCEpilogueCallback(callback, v8::kGCTypeMarkSweepCompact, in AddIsolate()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_image.c716 if (FAILED(ID3D12Device1_CreatePlacedResource(device->dev, mem->heap, in dzn_BindImageMemory2()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc5 #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 Dlist.c63 #include <linux/dma-heap.h>
/third_party/pcre2/pcre2/
H A DRunGrepTest752 $valgrind $vjs $pcre2grep --no-jit --heap-limit=0 b testtemp1grep >>testtrygrep 2>&1
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc24 #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 Drust-library.rs2480 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 Dpvr_cmd_buffer.c479 * 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

Completed in 115 milliseconds

1...<<2122