Home
last modified time | relevance | path

Searched refs:GetHugeMachineCodeSpace (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.cpp70 heap_->GetHugeMachineCodeSpace()->Sweep(); in Sweep()
Dgc_stats.cpp121 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetHugeMachineCodeSpace()->GetHeapObjectSize())) << "KB" in PrintGCMemoryStatistic()
123 … << STATS_DATA_FORMAT(sizeToKB(heap_->GetHugeMachineCodeSpace()->GetCommittedSize())) << "KB\n" in PrintGCMemoryStatistic()
Dheap.h142 HugeMachineCodeSpace *GetHugeMachineCodeSpace() const in GetHugeMachineCodeSpace() function
Dheap.cpp1629 HugeMachineCodeSpace *hugeMachineCodeSpace = GetHugeMachineCodeSpace(); in CalCallSiteInfo()