Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp550 constexpr uint16_t thresholdStep = 4; in ResetJitHotness() local
551 constexpr uint16_t thresholdLimit = ProfileTypeInfo::JIT_DISABLE_FLAG / thresholdStep; in ResetJitHotness()
553 threshold = threshold >= thresholdLimit ? ProfileTypeInfo::JIT_DISABLE_FLAG : threshold * thresholdStep; in ResetJitHotness()

Completed in 2 milliseconds