Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h73 longPauseTime_(longPuaseTime) {} in GCStats()
217 size_t longPauseTime_ = 0; variable
Dgc_stats.cpp572 if (scopeDuration_[Scope::ScopeId::TotalGC] > longPauseTime_) { in CheckIfLongTimePause()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h284 longPauseTime_ = time; in SetLongPauseTime()
289 return longPauseTime_; in GetLongPauseTime()
1197 uint32_t longPauseTime_ {40}; // 40: default pause time
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1067 longPauseTime_ = time; in SetLongPauseTime()
1188 return longPauseTime_; in GetLongPauseTime()
1241 size_t longPauseTime_ {DEFAULT_LONG_PAUSE_TIME};