Searched refs:GetMachineCodeSpace (Results 1 – 8 of 8) sorted by relevance
55 heap_->GetMachineCodeSpace()->PrepareSweeping(); in Sweep()67 heap_->GetMachineCodeSpace()->Sweep(); in Sweep()
92 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
117 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()119 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
137 MachineCodeSpace *GetMachineCodeSpace() const in GetMachineCodeSpace() function
1615 MachineCodeSpace *machineCodeSpace = GetMachineCodeSpace(); in CalCallSiteInfo()
534 heap_->GetMachineCodeSpace()->IncreaseLiveObjectSize(machineCodeSpaceSize); in AllocateToDifferentSpaces()589 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace()
1012 size_t machineCodeCapacity = heap->GetMachineCodeSpace()->GetInitialCapacity(); in Initialize()1222 auto machineCodeSpace = heap->GetMachineCodeSpace(); in DeserializeObjectExcludeString()1526 auto machineCodeSpace = heap->GetMachineCodeSpace(); in Relocate()
218 thread->GetEcmaVM()->GetHeap()->GetMachineCodeSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()