Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp391 size_t youngCommitSize = heap_->GetNewSpace()->GetCommittedSize(); in RecordStatisticBeforeGC() local
392 SetRecordData(RecordData::YOUNG_COMMIT_SIZE, youngCommitSize); in RecordStatisticBeforeGC()
393 IncreaseRecordData(RecordData::YOUNG_TOTAL_COMMIT, youngCommitSize); in RecordStatisticBeforeGC()