Searched refs:GetMachineCodeSpace (Results 1 – 6 of 6) sorted by relevance
55 heap_->GetMachineCodeSpace()->PrepareSweeping(); in Sweep()67 heap_->GetMachineCodeSpace()->Sweep(); in Sweep()
92 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
133 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()135 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
121 MachineCodeSpace *GetMachineCodeSpace() const in GetMachineCodeSpace() function
1009 size_t machineCodeCapacity = heap->GetMachineCodeSpace()->GetInitialCapacity(); in Initialize()1218 auto machineCodeSpace = heap->GetMachineCodeSpace(); in DeserializeObjectExcludeString()1514 auto machineCodeSpace = heap->GetMachineCodeSpace(); in Relocate()
177 thread->GetEcmaVM()->GetHeap()->GetMachineCodeSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()