Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h118 static constexpr uint32_t METHOD_MAX_HIT_COUNT = 10000U; member in panda::ecmascript::pgo::PGOMethodInfo
176 count_ = std::min(count_ + info->GetCount(), METHOD_MAX_HIT_COUNT); in Merge()

Completed in 2 milliseconds