Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod-inl.h482 uint32_t profThreshold = options.GetCompilerProfilingThreshold(); in DecrementHotnessCounter() local
483 if ((profThreshold < threshold) && !IsProfiling() && !HasCompiledCode() && !IsProfiled()) { in DecrementHotnessCounter()
484 SetHotnessCounter(threshold - profThreshold - 1); in DecrementHotnessCounter()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp617 uint32_t profThreshold = options.GetCompilerProfilingThreshold(); in GetInitialHotnessCounter() local
618 return std::min(threshold, profThreshold); in GetInitialHotnessCounter()

Completed in 3 milliseconds