Searched refs:GetHeapRegionAllocator (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | linear_space.cpp | 26 : Space(heap->GetHeapRegionAllocator(), type, initialCapacity, maximumCapacity), in LinearSpace()
|
D | heap.h | 259 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() function
|
D | sparse_space.cpp | 27 : Space(heap->GetHeapRegionAllocator(), type, initialCapacity, maximumCapacity), in SparseSpace()
|
D | gc_stats.cpp | 110 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic()
|
D | heap.cpp | 51 heapRegionAllocator_(ecmaVm->GetHeapRegionAllocator()) {} in Heap()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 208 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() function
|
D | js_thread.cpp | 53 jsThread->heapRegionAllocator_ = vm->GetHeapRegionAllocator(); in Create()
|
D | js_thread.h | 267 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() function
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1013 hugeObjectLocalSpace_ = new HugeObjectSpace(heap, heap->GetHeapRegionAllocator(), in Initialize() 1237 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeSpaceObject() 1299 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeHugeSpaceObject()
|