Home
last modified time | relevance | path

Searched refs:heap (Results 526 - 550 of 648) sorted by relevance

1...<<212223242526

/third_party/node/deps/v8/src/objects/
H A Dbacking-store.cc319 buffer_start = isolate->heap()->AllocateExternalBackingStore( in Allocate()
414 isolate->heap()->MemoryPressureNotification( in TryAllocateAndPartiallyCommitMemory()
H A Djs-objects.cc16 #include "src/heap/factory-inl.h"
17 #include "src/heap/heap-inl.h"
18 #include "src/heap/memory-chunk.h"
29 #include "src/objects/heap-number.h"
30 #include "src/objects/heap-object.h"
2817 Heap* heap = GetHeap(); in JSObjectShortPrint() local
2821 !heap->Contains(HeapObject::cast(constructor))) { in JSObjectShortPrint()
2826 if (!heap->Contains(JSFunction::cast(constructor).shared())) { in JSObjectShortPrint()
3155 Heap* heap in MigrateFastToFast() local
3265 Heap* heap = isolate->heap(); MigrateFastToSlow() local
4454 DictionaryPropertyAt(Handle<JSObject> object, InternalIndex dict_index, Heap* heap) DictionaryPropertyAt() argument
5226 Heap* heap = object->GetHeap(); UpdateAllocationSite() local
[all...]
H A Ddictionary-inl.h52 SLOW_DCHECK(!isolate->heap()->IsPendingAllocation(*this)); in TryValueAt()
/third_party/node/deps/v8/src/runtime/
H A Druntime-internal.cc56 isolate->heap()->FatalProcessOutOfMemory("CodeStubAssembler::AllocateRaw"); in RUNTIME_FUNCTION()
63 isolate->heap()->FatalProcessOutOfMemory("invalid array length"); in RUNTIME_FUNCTION()
H A Druntime-wasm.cc13 #include "src/heap/factory.h"
669 isolate->heap()->MoveRange(*dst_array, dst_slot, src_slot, length, in RUNTIME_FUNCTION()
672 isolate->heap()->CopyRange(*dst_array, dst_slot, src_slot, length, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc29 #include "src/heap/heap-inl.h" // For NextDebuggingId.
867 id = isolate_->heap()->NextDebuggingId(); in GetFunctionDebuggingId()
1458 // TODO(v8:11429): Avoid this heap walk somehow. in DiscardBaselineCode()
1459 HeapObjectIterator iterator(isolate->heap()); in DiscardBaselineCode()
1477 HeapObjectIterator iterator(isolate_->heap()); in DiscardAllBaselineCode()
1569 // be installed. If that's the case, iterate the heap for functions to rewire in InstallDebugBreakTrampoline()
1592 HeapObjectIterator iterator(isolate_->heap()); in InstallDebugBreakTrampoline()
1887 // no point in looking for it by walking the heap. in FindInnermostContainingFunctionInfo()
2090 isolate_->heap() in GetLoadedScripts()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1558 * the maximum number of samplers per heap. For any descriptor set in dzn_GetPhysicalDeviceProperties2()
1561 * layout is within D3D12 descriptor heap bounds. in dzn_GetPhysicalDeviceProperties2()
1937 /* FIXME: create the resource in the default heap */ in dzn_device_query_init()
2228 if (mem->heap) in dzn_device_memory_destroy()
2229 ID3D12Heap_Release(mem->heap); in dzn_device_memory_destroy()
2326 (void **)&mem->heap))) { in dzn_device_memory_create()
2345 HRESULT hr = ID3D12Device1_CreatePlacedResource(device->dev, mem->heap, 0, &res_desc, in dzn_device_memory_create()
2693 if (FAILED(ID3D12Device1_CreatePlacedResource(device->dev, mem->heap, in dzn_BindBufferMemory2()
2809 // TODO: find if there's a way to query/track actual heap residency in dzn_GetDeviceMemoryCommitment()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp48 void SkTSpan::addBounded(SkTSpan* span, SkArenaAlloc* heap) { in addBounded() argument
49 SkTSpanBounded* bounded = heap->make<SkTSpanBounded>(); in addBounded()
403 bool SkTSpan::splitAt(SkTSpan* work, double t, SkArenaAlloc* heap) { in splitAt() argument
428 this->addBounded(bounded->fBounded, heap); in splitAt()
433 bounded->fBounded->addBounded(this, heap); in splitAt()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp529 application must decide whether the heap will contain multi-sample in HeapFlagsToAlignment()
2237 Represents a single block of device memory (heap).
2278 Represents a single block of device memory (heap) with all the data about its
2313 heap type and possibly resource type (if only Tier 1 is supported).
2507 // Unregisters allocation from the collection of dedicated allocations and destroys associated heap.
2564 // Allocates and registers new committed resource with implicit heap, as dedicated allocation.
2576 // Allocates and registers new heap without any resources placed in it, as dedicated allocation.
2601 // This one returns UINT32_MAX if nonstandard heap flags are used and index cannot be calculcated.
4590 ID3D12Heap* heap = nullptr;
4591 HRESULT hr = m_Device->CreateHeap(&heapDesc, __uuidof(*heap), (voi
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c16 #include <linux/dma-heap.h>
418 printf("FAIL (Did not see expected error (invalid heap flags)!)\n"); in test_alloc_errors()
460 printf("Testing heap: %s\n", dir->d_name); in main()
/third_party/libuv/src/win/
H A Dcore.c36 #include "heap-inl.h"
229 struct heap* timer_heap; in uv_loop_init()
/third_party/libdrm/amdgpu/
H A Damdgpu.h400 * Structure which provide information about heap
406 /** Theoretical max. available memory in the given heap */
410 * Number of bytes allocated in the heap. This includes all processes
419 * could be allocated in the given heap
1156 * Query heap information
1162 * \param heap - \c [in] Heap type
1169 int amdgpu_query_heap_info(amdgpu_device_handle dev, uint32_t heap,
1192 * \param heap - \c [in] Heap type
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h528 struct pb_slab *si_bindless_descriptor_slab_alloc(void *priv, unsigned heap, unsigned entry_size,
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390-inl.h177 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h14 #include "src/heap/heap-inl.h"
214 isolate_->heap()->weak_refs_keep_during_job().IsUndefined(isolate_); in CheckKeptObjectsClearedAfterMicrotaskCheckpoint()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc-inl.h183 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm-inl.h115 void RelocInfo::set_target_object(Heap* heap, HeapObject target, in set_target_object() argument
/third_party/node/deps/v8/src/codegen/
H A Dreloc-info.h69 // An un-embedded off-heap instruction stream target.
79 // An off-heap instruction stream target. See http://goo.gl/Z2HUiM.
198 // On ia32, inlined off-heap trampolines must be relocated. in IsOnlyForSerializer()
229 // The static pendant to IsCodedSpecially, just for off-heap targets. Used
261 Heap* heap, HeapObject target,
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.cc260 Code code = isolate->heap()->GcSafeFindCodeForInnerPointer( in PrintRelocInfo()
304 // or we have an isolate and it is not an off-heap instruction stream. in DecodeIt()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter.cc17 #include "src/heap/parked-scope.h"
351 isolate_->heap()->IsImmovable(FromCodeT(*code))); in Initialize()
/third_party/node/deps/v8/src/profiler/
H A Dtick-sample.cc16 #include "src/heap/heap-inl.h" // For Heap::code_range.
257 isolate->heap()->code_region().contains( in GetStackSample()
333 // which has a heap access in its DCHECK. in GetStackSample()
339 // If the bytecode array is a heap object and the bytecode offset is a in GetStackSample()
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h11 #include "src/heap/factory.h"
65 ReplacementStringBuilder(Heap* heap, Handle<String> subject,
/third_party/node/deps/uv/src/win/
H A Dcore.c36 #include "heap-inl.h"
229 struct heap* timer_heap; in uv_loop_init()
/third_party/python/Lib/multiprocessing/
H A Dsynchronize.py367 from .heap import BufferWrapper
/kernel/linux/linux-5.10/fs/ubifs/
H A Dlpt.c2265 struct ubifs_lpt_heap *heap; in dbg_chk_pnode() local
2327 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode()
2328 if (lprops->hpos < heap->cnt && in dbg_chk_pnode()
2329 heap->arr[lprops->hpos] == lprops) in dbg_chk_pnode()
2344 ubifs_err(c, "LEB %d cat %d not found in cat heap/list", in dbg_chk_pnode()

Completed in 42 milliseconds

1...<<212223242526