Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/node/deps/v8/src/compiler/
Dallocation-builder-inl.h18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate()
43 AllocationType allocation) { in CanAllocateArray()
54 AllocationType allocation) { in AllocateArray()
65 int length, MapRef map, AllocationType allocation) { in CanAllocateSloppyArgumentElements()
71 int length, MapRef map, AllocationType allocation) { in AllocateSloppyArgumentElements()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc58 AllocationType allocation) { in NewStruct()
77 int flags, AllocationType allocation) { in NewCodeDataContainer()
100 AllocationType allocation) { in NewFixedArray()
113 Handle<Map> map, int length, AllocationType allocation) { in NewFixedArrayWithMap()
123 int length, AllocationType allocation) { in NewFixedArrayWithHoles()
134 AllocationType allocation) { in NewFixedArrayWithFiller()
148 int length, AllocationType allocation) { in NewFixedArrayWithZeroes()
166 int length, AllocationType allocation) { in NewFixedDoubleArray()
184 Map map, int length, AllocationType allocation) { in NewWeakFixedArrayWithMap()
203 int length, AllocationType allocation) { in NewWeakFixedArray()
[all …]
Dsetup-heap-internal.cc145 AllocationResult allocation = in AllocateMap() local
162 AllocationResult allocation = in AllocatePartialMap() local
204 AllocationResult allocation = AllocateRaw(size, allocation_type); in Allocate() local
217 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
273 AllocationResult allocation = AllocateRaw(WeakArrayList::SizeForCapacity(0), in CreateInitialMaps() local
284 AllocationResult allocation = in CreateInitialMaps() local
292 AllocationResult allocation = in CreateInitialMaps() local
300 AllocationResult allocation = in CreateInitialMaps() local
320 AllocationResult allocation = in CreateInitialMaps() local
596 AllocationResult allocation = in CreateInitialMaps() local
[all …]
Dheap-allocator.cc41 int size_in_bytes, AllocationType allocation, AllocationOrigin origin, in AllocateRawLargeInternal()
80 int size, AllocationType allocation, AllocationOrigin origin, in AllocateRawWithLightRetrySlowPath()
104 int size, AllocationType allocation, AllocationOrigin origin, in AllocateRawWithRetryOrFailSlowPath()
Dfactory-inl.h56 AllocationType allocation) { in NewJSArrayWithElements()
62 Handle<Map> map, int number_of_slow_properties, AllocationType allocation, in NewFastOrSlowJSObjectFromMap()
Dheap-allocator-inl.h87 AllocationResult allocation; in AllocateRaw() local
214 int size, AllocationType allocation, AllocationOrigin origin, in AllocateRawWith()
Dfactory-base-inl.h100 AllocationType allocation) { in NewStructInternal()
110 AllocationType allocation) { in NewStructInternal()
Dfactory.cc333 HeapObject Factory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw()
340 Handle<Map> map, AllocationType allocation, in AllocateRawWithAllocationSite()
373 HeapObject Factory::New(Handle<Map> map, AllocationType allocation) { in New()
388 AllocationType allocation, in NewFillerObject()
419 AllocationType allocation) { in NewTuple2()
450 AllocationType allocation) { in NewPropertyArray()
469 AllocationResult allocation = heap->AllocateRaw(size, allocation_type); in TryNewFixedArray() local
548 AllocationType allocation) { in AllocateSmallOrderedHashTable()
570 int capacity, AllocationType allocation) { in NewSmallOrderedHashSet()
576 int capacity, AllocationType allocation) { in NewSmallOrderedHashMap()
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_memory_helper.c260 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state()
299 debug_dump_allocation_state(struct nine_allocation *allocation) in debug_dump_allocation_state()
320 nine_get_memfd_file_backing(struct nine_allocation *allocation) in nine_get_memfd_file_backing()
332 nine_get_memfd_region_backing(struct nine_allocation *allocation) in nine_get_memfd_region_backing()
476 struct nine_allocation *allocation, *ptr; in nine_flush_pending_releases() local
504 struct nine_allocation *allocation, *ptr; in nine_flush_pending_frees() local
814 nine_free_internal(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_internal()
839 nine_free(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free()
850 void nine_free_worker(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_free_worker()
861 nine_get_pointer(struct nine_allocator *allocator, struct nine_allocation *allocation) in nine_get_pointer()
[all …]
/third_party/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp217 VmaAllocation allocation; in allocateImageMemory() local
323 VmaAllocation allocation; in allocateBufferMemory() local
334 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local
340 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local
368 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local
374 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local
381 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in flushMemory() local
388 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in invalidateMemory() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DWireDeserializeAllocator.cpp39 char* allocation = static_cast<char*>(malloc(allocationSize)); in GetSpace() local
51 for (auto allocation : mAllocations) { in Reset() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp98 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
149 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
154 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory()
160 VmaAllocation allocation, in FlushAllocation()
168 VmaAllocation allocation, in InvalidateAllocation()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DResourceMemoryAllocatorVk.cpp69 void DeallocateMemory(const ResourceMemoryAllocation& allocation) { in DeallocateMemory()
99 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override { in DeallocateResourceHeap()
183 void ResourceMemoryAllocator::Deallocate(ResourceMemoryAllocation* allocation) { in Deallocate()
219 for (const ResourceMemoryAllocation& allocation : in Tick() local
/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc_unittest.cpp23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local
68 void *allocation = poolAllocator.allocate(numBytes); in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DClient.cpp88 auto* allocation = TextureAllocator().New(this); in ReserveTexture() local
100 auto* allocation = SwapChainAllocator().New(this); in ReserveSwapChain() local
112 auto* allocation = DeviceAllocator().New(this); in ReserveDevice() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyMemoryAllocator.cpp88 void BuddyMemoryAllocator::Deallocate(const ResourceMemoryAllocation& allocation) { in Deallocate()
112 for (const TrackedSubAllocations& allocation : mTrackedSubAllocations) { in ComputeTotalNumOfHeapsForTesting() local
/third_party/skia/src/gpu/d3d/
DGrD3DAMDMemoryAllocator.cpp29 D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, in createResource()
51 sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, in createAliasingResource()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp31 void DeallocateResourceHeap(std::unique_ptr<ResourceHeapBase> allocation) override { in DeallocateResourceHeap()
53 void Deallocate(ResourceMemoryAllocation& allocation) { in Deallocate()
399 ResourceMemoryAllocation allocation = allocator.Allocate(4); in TEST() local
416 ResourceMemoryAllocation allocation = allocator.Allocate(4); in TEST() local
442 ResourceMemoryAllocation allocation = allocator.Allocate(4); in TEST() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp62 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
107 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceAllocatorManagerD3D12.cpp235 void ResourceAllocatorManager::DeallocateMemory(ResourceHeapAllocation& allocation) { in DeallocateMemory()
260 void ResourceAllocatorManager::FreeMemory(ResourceHeapAllocation& allocation) { in FreeMemory()
315 ResourceMemoryAllocation allocation; in CreatePlacedResource() local
DStagingDescriptorAllocatorD3D12.cpp98 void StagingDescriptorAllocator::Deallocate(CPUDescriptorHeapAllocation* allocation) { in Deallocate()
137 CPUDescriptorHeapAllocation allocation; in AllocateTransientCPUDescriptors() local
DSamplerHeapCacheD3D12.cpp36 CPUDescriptorHeapAllocation allocation) in SamplerHeapCacheEntry()
123 CPUDescriptorHeapAllocation allocation; in GetOrCreate() local
/third_party/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp53 struct allocation { struct
54 uint64_t start_page;
55 uint64_t num_pages;
/third_party/skia/third_party/externals/swiftshader/src/System/
DMemory.cpp92 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in allocate() local
124 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in freeMemory() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmemory.cpp185 auto allocation = malloc(allocSize); in alignedMalloc() local
219 marl::Allocation allocation; in allocate() local
225 virtual void free(const marl::Allocation& allocation) override { in free()

1234567