Home
last modified time | relevance | path

Searched defs:heapRegionAllocator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp23 Space::Space(BaseHeap* heap, HeapRegionAllocator *heapRegionAllocator, in Space()
85 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace()
91 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace()
97 HugeMachineCodeSpace::HugeMachineCodeSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeMachineCodeSpace()
Dgc_stats.cpp108 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic() local
740 HeapRegionAllocator *heapRegionAllocator = sHeap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic() local
Dheap.cpp196 …eap::Initialize(NativeAreaAllocator *nativeAreaAllocator, HeapRegionAllocator *heapRegionAllocator, in Initialize()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp582 …redHugeObjectSpace::SharedHugeObjectSpace(BaseHeap *heap, HeapRegionAllocator *heapRegionAllocator, in SharedHugeObjectSpace()