Home
last modified time | relevance | path

Searched refs:GetMachineCodeSpace (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp55 heap_->GetMachineCodeSpace()->PrepareSweeping(); in Sweep()
67 heap_->GetMachineCodeSpace()->Sweep(); in Sweep()
Dmem_controller.cpp92 size_t codeSpaceAllocAccumulatedSize = heap_->GetMachineCodeSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
Dgc_stats.cpp133 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()
135 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
Dheap.h121 MachineCodeSpace *GetMachineCodeSpace() const in GetMachineCodeSpace() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1009 size_t machineCodeCapacity = heap->GetMachineCodeSpace()->GetInitialCapacity(); in Initialize()
1218 auto machineCodeSpace = heap->GetMachineCodeSpace(); in DeserializeObjectExcludeString()
1514 auto machineCodeSpace = heap->GetMachineCodeSpace(); in Relocate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp177 thread->GetEcmaVM()->GetHeap()->GetMachineCodeSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()