Home
last modified time | relevance | path

Searched defs:mismatchMethodCount (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp195 …id PGOProfilerDecoder::GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in GetMismatchResult()
Dpgo_profiler_info.h1155 void GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in GetMismatchResult()
Dpgo_profiler_info.cpp937 uint32_t &mismatchMethodCount, in GetMismatchResult()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp161 uint32_t mismatchMethodCount = 0; in FetchPGOMismatchResult() local
Dcompiler_log.cpp309 void CompilerLog::SetPGOMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in SetPGOMismatchResult()