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/
Dpgo_profiler_info.h336 static constexpr uint32_t METHOD_MAX_HIT_COUNT = 10000U; variable
394 count_ = std::min(count_ + info->GetCount(), METHOD_MAX_HIT_COUNT); in Merge()