Searched refs:HeapRegionAllocator (Results 1 – 9 of 9) sorted by relevance
28 class HeapRegionAllocator {30 HeapRegionAllocator() = default;31 virtual ~HeapRegionAllocator() = default;60 NO_COPY_SEMANTIC(HeapRegionAllocator);61 NO_MOVE_SEMANTIC(HeapRegionAllocator);
23 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity) in AllocateAlignedRegion()56 void HeapRegionAllocator::FreeRegion(Region *region) in FreeRegion()
35 class HeapRegionAllocator; variable256 const HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator()390 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
121 …HeapRegionAllocator *heapRegionAllocator = const_cast<HeapRegionAllocator *>(heap_->GetHeapRegionA… in PrintHeapStatisticResult()
187 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
29 class HeapRegionAllocator; variable96 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator()399 HeapRegionAllocator *heapRegionAllocator_ {nullptr};
333 HeapRegionAllocator *GetHeapRegionAllocator() const in GetHeapRegionAllocator()500 std::unique_ptr<HeapRegionAllocator> heapRegionAllocator_;
110 heapRegionAllocator_(std::make_unique<HeapRegionAllocator>()), in EcmaVM()
148 Region *region = const_cast<HeapRegionAllocator *>(vm_->GetHeap()->GetHeapRegionAllocator()) in DeserializeGlobalEnvAndProgram()