Searched refs:HeapRegionAllocator (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | heap_region_allocator.h | 28 class HeapRegionAllocator { 30 HeapRegionAllocator() = default; 31 virtual ~HeapRegionAllocator() = default; 60 NO_COPY_SEMANTIC(HeapRegionAllocator); 61 NO_MOVE_SEMANTIC(HeapRegionAllocator);
|
D | space.h | 79 …Space(Heap* heap, HeapRegionAllocator *regionAllocator, MemSpaceType spaceType, size_t initialCapa… 225 HeapRegionAllocator *heapRegionAllocator_ {nullptr}; 239 HugeObjectSpace(Heap* heap, HeapRegionAllocator *regionAllocator, size_t initialCapacity, 241 HugeObjectSpace(Heap* heap, HeapRegionAllocator *regionAllocator, size_t initialCapacity, 262 HugeMachineCodeSpace(Heap* heap, HeapRegionAllocator *regionAllocator, size_t initialCapacity,
|
D | space.cpp | 25 Space::Space(Heap* heap, HeapRegionAllocator *heapRegionAllocator, in Space() 80 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace() 86 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace() 92 HugeMachineCodeSpace::HugeMachineCodeSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeMachineCodeSpace()
|
D | heap_region_allocator.cpp | 30 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread) in AllocateAlignedRegion() 72 void HeapRegionAllocator::FreeRegion(Region *region, size_t cachedSize) in FreeRegion()
|
D | heap.h | 33 class HeapRegionAllocator; variable 335 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() 844 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
|
D | gc_stats.cpp | 94 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_vm.h | 234 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() 616 std::unique_ptr<HeapRegionAllocator> heapRegionAllocator_;
|
D | js_thread.h | 38 class HeapRegionAllocator; variable 162 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator() 1102 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
|
D | ecma_vm.cpp | 169 heapRegionAllocator_(std::make_unique<HeapRegionAllocator>()), in EcmaVM()
|