Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/mem/
Dheap_region_allocator.h28 class HeapRegionAllocator {
30 HeapRegionAllocator() = default;
31 virtual ~HeapRegionAllocator() = default;
60 NO_COPY_SEMANTIC(HeapRegionAllocator);
61 NO_MOVE_SEMANTIC(HeapRegionAllocator);
Dheap_region_allocator.cpp23 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity) in AllocateAlignedRegion()
56 void HeapRegionAllocator::FreeRegion(Region *region) in FreeRegion()
Dheap.h35 class HeapRegionAllocator; variable
256 const HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator()
390 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
Dgc_stats.cpp121HeapRegionAllocator *heapRegionAllocator = const_cast<HeapRegionAllocator *>(heap_->GetHeapRegionA… in PrintHeapStatisticResult()
Dspace.h187 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
/ark/js_runtime/ecmascript/
Djs_thread.h29 class HeapRegionAllocator; variable
96 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator()
399 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
Decma_vm.h333 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator()
500 std::unique_ptr<HeapRegionAllocator> heapRegionAllocator_;
Decma_vm.cpp110 heapRegionAllocator_(std::make_unique<HeapRegionAllocator>()), in EcmaVM()
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot.cpp148 Region *region = const_cast<HeapRegionAllocator *>(vm_->GetHeap()->GetHeapRegionAllocator()) in DeserializeGlobalEnvAndProgram()