Home
last modified time | relevance | path

Searched refs:IncreaseRecordData (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp407 IncreaseRecordData(RecordData::EDEN_TOTAL_COMMIT, edenCommitSize); in RecordStatisticBeforeGC()
414 IncreaseRecordData(RecordData::YOUNG_TOTAL_COMMIT, youngCommitSize); in RecordStatisticBeforeGC()
420 IncreaseRecordData(RecordData::OLD_TOTAL_COMMIT, oldCommitSize); in RecordStatisticBeforeGC()
426 IncreaseRecordData(RecordData::COMPRESS_TOTAL_COMMIT, compressCommitSize); in RecordStatisticBeforeGC()
451 IncreaseRecordData(RecordData::EDEN_COUNT); in RecordStatisticAfterGC()
455 IncreaseRecordData(RecordData::EDEN_TOTAL_ALIVE, edenToYoungSize); in RecordStatisticAfterGC()
458 IncreaseRecordData(RecordData::EDEN_TOTAL_PROMOTE, promotedSize); in RecordStatisticAfterGC()
471 IncreaseRecordData(RecordData::YOUNG_COUNT); in RecordStatisticAfterGC()
475 IncreaseRecordData(RecordData::YOUNG_TOTAL_ALIVE, youngAliveSize); in RecordStatisticAfterGC()
478 IncreaseRecordData(RecordDat in RecordStatisticAfterGC()
[all...]
H A Dgc_stats.h252 void IncreaseRecordData(RecordData dataIdx, size_t value = 1) in IncreaseRecordData() function in panda::ecmascript::GCStats

Completed in 2 milliseconds