Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.cpp505 size_t clearNativeSpeed = GetRecordData(RecordData::START_NATIVE_POINTER_NUM) / in RecordGCSpeed() local
516 …(clearNativeSpeed + gcSpeed_[(uint8_t)SpeedData::YOUNG_CLEAR_NATIVE_OBJ_SPEED]) / 2; // 2 means h… in RecordGCSpeed()
528 …(clearNativeSpeed + gcSpeed_[(uint8_t)SpeedData::OLD_CLEAR_NATIVE_OBJ_SPEED]) / 2; // 2 means half in RecordGCSpeed()