Searched refs:GetMachineCodeSpace (Results 1 – 9 of 9) sorted by relevance
51 heap_->GetMachineCodeSpace()->PrepareSweeping(); in Sweep()63 heap_->GetMachineCodeSpace()->Sweep(); in Sweep()
93 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
135 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()137 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
1342 static_cast<int>(GetMachineCodeSpace()->GetHeapObjectSize()); in CollectGarbage()2659 MachineCodeSpace *machineCodeSpace = GetMachineCodeSpace(); in GetMachineCodeObject()2670 MachineCodeSpace *machineCodeSpace = GetMachineCodeSpace(); in CalCallSiteInfo()
976 MachineCodeSpace *GetMachineCodeSpace() const in GetMachineCodeSpace() function
235 uintptr_t mem = heap->GetMachineCodeSpace()->JitFortAllocate(&desc); in AllocFromFortAndCopy()
574 heap_->GetMachineCodeSpace()->IncreaseLiveObjectSize(machineCodeSpaceSize); in AllocateToDifferentSpaces()672 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace()
1008 size_t machineCodeCapacity = heap->GetMachineCodeSpace()->GetInitialCapacity(); in Initialize()1202 auto machineCodeSpace = heap->GetMachineCodeSpace(); in DeserializeObjectExcludeString()1505 auto machineCodeSpace = heap->GetMachineCodeSpace(); in Relocate()
315 thread->GetEcmaVM()->GetHeap()->GetMachineCodeSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()