Home
last modified time | relevance | path

Searched refs:GetNonMovableSpace (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp54 heap_->GetNonMovableSpace()->PrepareSweeping(); in Sweep()
66 heap_->GetNonMovableSpace()->Sweep(); in Sweep()
Dpartial_gc.cpp81 nonMoveSpaceCommitSize_ = heap_->GetNonMovableSpace()->GetCommittedSize(); in Initialize()
Dfull_gc.cpp80 nonMoveSpaceCommitSize_ = heap_->GetNonMovableSpace()->GetCommittedSize(); in Initialize()
Dmem_controller.cpp91 … size_t nonMovableSpaceAllocAccumulatedSize = heap_->GetNonMovableSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
Dgc_stats.cpp129 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetNonMovableSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()
131 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetNonMovableSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
Dheap.h111 NonMovableSpace *GetNonMovableSpace() const in GetNonMovableSpace() function
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1007 size_t nonMovableCapacity = heap->GetNonMovableSpace()->GetInitialCapacity(); in Initialize()
1217 auto nonMovableSpace = heap->GetNonMovableSpace(); in DeserializeObjectExcludeString()
1513 auto nonMovableSpace = heap->GetNonMovableSpace(); in Relocate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp174 thread->GetEcmaVM()->GetHeap()->GetNonMovableSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()