Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h220 longPauseTime_ = time; in SetLongPauseTime()
376 return longPauseTime_; in GetLongPauseTime()
440 size_t longPauseTime_ {DEFAULT_LONG_PAUSE_TIME};
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_stats.h76 longPauseTime_(longPuaseTime) {} in GCStats()
294 size_t longPauseTime_ = 0; member in panda::ecmascript::GCStats
H A Dgc_stats.cpp520 if (gcType_ == GCType::COMPRESS_GC && scopeDuration_[Scope::ScopeId::TotalGC] > longPauseTime_) { in RecordStatisticAfterGC()
624 if (scopeDuration_[Scope::ScopeId::TotalGC] > longPauseTime_) { in CheckIfLongTimePause()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h431 longPauseTime_ = time; in SetLongPauseTime()
436 return longPauseTime_; in GetLongPauseTime()
2032 uint32_t longPauseTime_ {40}; // 40: default pause time

Completed in 8 milliseconds