Home
last modified time | relevance | path

Searched refs:GetHeapRegionAllocator (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dlinear_space.cpp26 : Space(heap->GetHeapRegionAllocator(), type, initialCapacity, maximumCapacity), in LinearSpace()
Dheap.h259 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() function
Dsparse_space.cpp27 : Space(heap->GetHeapRegionAllocator(), type, initialCapacity, maximumCapacity), in SparseSpace()
Dgc_stats.cpp110 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic()
Dheap.cpp51 heapRegionAllocator_(ecmaVm->GetHeapRegionAllocator()) {} in Heap()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h208 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() function
Djs_thread.cpp53 jsThread->heapRegionAllocator_ = vm->GetHeapRegionAllocator(); in Create()
Djs_thread.h267 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1013 hugeObjectLocalSpace_ = new HugeObjectSpace(heap, heap->GetHeapRegionAllocator(), in Initialize()
1237 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeSpaceObject()
1299 Region *region = vm_->GetHeapRegionAllocator()->AllocateAlignedRegion( in DeserializeHugeSpaceObject()