Home
last modified time | relevance | path

Searched refs:GetMachineCodeSpace (Results 1 – 8 of 8) 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.cpp117 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()
119 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
Dheap.h137 MachineCodeSpace *GetMachineCodeSpace() const in GetMachineCodeSpace() function
Dheap.cpp1615 MachineCodeSpace *machineCodeSpace = GetMachineCodeSpace(); in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp534 heap_->GetMachineCodeSpace()->IncreaseLiveObjectSize(machineCodeSpaceSize); in AllocateToDifferentSpaces()
589 SparseSpace *space = heap_->GetMachineCodeSpace(); in AllocateToMachineCodeSpace()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1012 size_t machineCodeCapacity = heap->GetMachineCodeSpace()->GetInitialCapacity(); in Initialize()
1222 auto machineCodeSpace = heap->GetMachineCodeSpace(); in DeserializeObjectExcludeString()
1526 auto machineCodeSpace = heap->GetMachineCodeSpace(); in Relocate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp218 thread->GetEcmaVM()->GetHeap()->GetMachineCodeSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()