Searched refs:heapRegionAllocator (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | space.cpp | 23 Space::Space(BaseHeap* heap, HeapRegionAllocator *heapRegionAllocator, in Space() argument 27 heapRegionAllocator_(heapRegionAllocator), in Space() 34 ASSERT(heapRegionAllocator != nullptr); in Space() 91 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace() argument 93 : Space(heap, heapRegionAllocator, MemSpaceType::HUGE_OBJECT_SPACE, initialCapacity, maximumCapacity) in HugeObjectSpace() 97 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace() argument 99 : Space(heap, heapRegionAllocator, spaceType, initialCapacity, maximumCapacity) in HugeObjectSpace() 103 HugeMachineCodeSpace::HugeMachineCodeSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeMachineCodeSpace() argument 105 : HugeObjectSpace(heap, heapRegionAllocator, initialCapacity, in HugeMachineCodeSpace()
|
H A D | gc_stats.cpp | 114 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic() local 158 << STATS_DATA_FORMAT(sizeToMB(heapRegionAllocator->GetAnnoMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic() 674 HeapRegionAllocator *heapRegionAllocator = sHeap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic() local 698 << STATS_DATA_FORMAT(sizeToMB(heapRegionAllocator->GetAnnoMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic()
|
H A D | heap.cpp | 187 void SharedHeap::Initialize(NativeAreaAllocator *nativeAreaAllocator, HeapRegionAllocator *heapRegionAllocator, in Initialize() argument 192 heapRegionAllocator_ = heapRegionAllocator; in Initialize()
|
H A D | heap.h | 434 void Initialize(NativeAreaAllocator *nativeAreaAllocator, HeapRegionAllocator *heapRegionAllocator,
|
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_space.cpp | 581 SharedHugeObjectSpace::SharedHugeObjectSpace(BaseHeap *heap, HeapRegionAllocator *heapRegionAllocator, in SharedHugeObjectSpace() argument 583 : Space(heap, heapRegionAllocator, MemSpaceType::SHARED_HUGE_OBJECT_SPACE, initialCapacity, maximumCapacity) in SharedHugeObjectSpace()
|
Completed in 10 milliseconds