Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h88 recordData_[GetRecordDataIndex(dataIdx)] = value; in SetRecordData()
93 return recordData_[GetRecordDataIndex(dataIdx)]; in GetRecordData()
183 recordData_[GetRecordDataIndex(dataIdx)] += value;
227 size_t recordData_[(uint8_t)RecordData::NUM_OF_DATA]; variable
Dgc_stats.cpp47 << sizeToMB(recordData_[(uint8_t)RecordData::START_OBJ_SIZE]) << " (" in PrintGCStatistic()
48 << sizeToMB(recordData_[(uint8_t)RecordData::START_COMMIT_SIZE]) << ") -> " in PrintGCStatistic()
49 << sizeToMB(recordData_[(uint8_t)RecordData::END_OBJ_SIZE]) << " (" in PrintGCStatistic()
50 << sizeToMB(recordData_[(uint8_t)RecordData::END_COMMIT_SIZE]) << ") MB, " in PrintGCStatistic()
565 recordData_[idx] = 0; in InitializeRecordList()