Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.cpp279 uint32_t gcCount = 0; in CheckIfNeedPrint() local
282 gcCount = GetRecordData(RecordData::EDEN_COUNT); in CheckIfNeedPrint()
285 gcCount = GetRecordData(RecordData::YOUNG_COUNT); in CheckIfNeedPrint()
288 gcCount = GetRecordData(RecordData::OLD_COUNT); in CheckIfNeedPrint()
291 gcCount = GetRecordData(RecordData::COMPRESS_COUNT); in CheckIfNeedPrint()
297 if (gcCount > 0) { in CheckIfNeedPrint()

Completed in 2 milliseconds