Searched refs:AllocateAlignedRegion (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap_region_allocator.h | 33 Region *AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread);
|
D | heap_region_allocator.cpp | 27 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread) in AllocateAlignedRegion() function in panda::ecmascript::HeapRegionAllocator
|
D | linear_space.cpp | 93 …Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, heap_->Get… in Expand() 167 …Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, heap_->Get… in Initialize()
|
D | space.cpp | 95 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, alignedSize, thread); in Allocate()
|
D | sparse_space.cpp | 37 Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, in Initialize() 88 …Region *region = heapRegionAllocator_->AllocateAlignedRegion(this, DEFAULT_REGION_SIZE, heap_->Get… in Expand()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1237 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeSpaceObject() 1299 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeHugeSpaceObject()
|