Searched refs:totalMethodCount (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.cpp | 218 void PGOProfilerDecoder::GetMismatchResult(const JSPandaFile *jsPandaFile, uint32_t &totalMethodCount, in GetMismatchResult() argument 225 return recordSimpleInfos_->GetMismatchResult(GetNormalizedFileDesc(jsPandaFile), totalMethodCount, in GetMismatchResult()
|
H A D | pgo_profiler_decoder.h | 127 void PUBLIC_API GetMismatchResult(const JSPandaFile *jsPandaFile, uint32_t &totalMethodCount,
|
H A D | pgo_profiler_info.h | 382 void GetMismatchResult(const CString &recordName, uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, 690 void GetMismatchResult(const CString &abcNormalizedDesc, uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in GetMismatchResult() argument 698 methodId.second->GetMismatchResult(methodId.first, totalMethodCount, mismatchMethodCount, in GetMismatchResult()
|
H A D | pgo_profiler_info.cpp | 524 void PGOMethodIdSet::GetMismatchResult(const CString &recordName, uint32_t &totalMethodCount, in GetMismatchResult() argument 528 totalMethodCount += methodInfoMap_.size(); in GetMismatchResult()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | compiler_log.h | 116 void SetPGOMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount,
|
H A D | compiler_log.cpp | 311 void CompilerLog::SetPGOMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in SetPGOMismatchResult() argument 314 totalPGOMethodCount_ = totalMethodCount; in SetPGOMismatchResult()
|
Completed in 6 milliseconds