Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.cpp195 void PGOProfilerDecoder::GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCoun… in GetMismatchResult()
Dpgo_profiler_info.h1155 void GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in GetMismatchResult()
Dpgo_profiler_info.cpp936 void PGOMethodIdSet::GetMismatchResult(const CString &recordName, uint32_t &totalMethodCount, in GetMismatchResult()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp160 uint32_t totalMethodCount = 0; in FetchPGOMismatchResult() local
Dcompiler_log.cpp309 void CompilerLog::SetPGOMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in SetPGOMismatchResult()