Searched refs:heapRegionAllocator (Results 1 – 2 of 2) sorted by relevance
25 Space::Space(HeapRegionAllocator *heapRegionAllocator, in Space() argument28 : heapRegionAllocator_(heapRegionAllocator), in Space()79 HugeObjectSpace::HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, in HugeObjectSpace() argument81 : Space(heapRegionAllocator, MemSpaceType::HUGE_OBJECT_SPACE, initialCapacity, maximumCapacity), in HugeObjectSpace()
110 HeapRegionAllocator *heapRegionAllocator = heap_->GetHeapRegionAllocator(); in PrintGCMemoryStatistic() local146 … << STATS_DATA_FORMAT(sizeToMB(heapRegionAllocator->GetAnnoMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic()