Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp54 heap_->GetNonMovableSpace()->PrepareSweeping(); in Sweep()
66 heap_->GetNonMovableSpace()->Sweep(); in Sweep()
Dpartial_gc.cpp101 nonMoveSpaceCommitSize_ = heap_->GetNonMovableSpace()->GetCommittedSize(); in Initialize()
Dfull_gc.cpp92 nonMoveSpaceCommitSize_ = heap_->GetNonMovableSpace()->GetCommittedSize(); in Initialize()
Dmem_controller.cpp91 … size_t nonMovableSpaceAllocAccumulatedSize = heap_->GetNonMovableSpace()->GetTotalAllocatedSize(); in StartCalculationBeforeGC()
Dgc_stats.cpp113 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetNonMovableSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()
115 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetNonMovableSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
Dheap.h127 NonMovableSpace *GetNonMovableSpace() const in GetNonMovableSpace() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dgc_third_test.cpp137 EXPECT_TRUE(heap->GetNonMovableSpace()->GetHeapObjectSize() < MAX_NONMOVABLE_LIVE_OBJ_SIZE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp529 heap_->GetNonMovableSpace()->IncreaseLiveObjectSize(nonMovableSpaceSize); in AllocateToDifferentSpaces()
574 SparseSpace *space = heap_->GetNonMovableSpace(); in AllocateToNonMovableSpace()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1010 size_t nonMovableCapacity = heap->GetNonMovableSpace()->GetInitialCapacity(); in Initialize()
1221 auto nonMovableSpace = heap->GetNonMovableSpace(); in DeserializeObjectExcludeString()
1525 auto nonMovableSpace = heap->GetNonMovableSpace(); in Relocate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp215 thread->GetEcmaVM()->GetHeap()->GetNonMovableSpace()->EnumerateRegions([](Region *current) { in PrintHeapReginInfo()