Searched refs:AllocateAlignedRegion (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap_region_allocator.h | 33 Region *AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread, BaseHeap *heap,
|
H A D | space.cpp | 156 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, allocSize, thread, heap_); in AllocateFort() 228 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, alignedSize, thread, heap_); in Allocate()
|
H A D | heap_region_allocator.cpp | 24 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread, BaseHeap *heap, in AllocateAlignedRegion() function in panda::ecmascript::HeapRegionAllocator 49 "HeapRegionAllocator::AllocateAlignedRegion", false); in AllocateAlignedRegion()
|
H A D | linear_space.cpp | 105 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, localHeap_, in Expand() 350 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, localHeap_); in Initialize()
|
H A D | sparse_space.cpp | 34 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, localHeap_); in Initialize() 95 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, localHeap_); in Expand()
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_space.cpp | 151 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, sHeap_); in Expand() 162 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, sHeap_); in AllocateDeserializeRegion() 519 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, thread, heap_); in Expand() 609 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, alignedSize, thread, heap_); in Allocate()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | snapshot_processor.cpp | 1222 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeSpaceObject() 1274 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeHugeSpaceObject()
|
Completed in 8 milliseconds