Home
last modified time | relevance | path

Searched refs:GetMismatchResult (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() function in panda::ecmascript::PGOProfilerDecoder
201 …return recordSimpleInfos_->GetMismatchResult(totalMethodCount, mismatchMethodCount, mismatchMethod… in GetMismatchResult()
Dpgo_profiler_decoder.h107 void GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount,
Dpgo_profiler_info.h932 …void GetMismatchResult(const CString &recordName, uint32_t &totalMethodCount, uint32_t &mismatchMe…
1155 void GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, in GetMismatchResult() function
1159 … methodId.second->GetMismatchResult(methodId.first, totalMethodCount, mismatchMethodCount, in GetMismatchResult()
Dpgo_profiler_info.cpp936 void PGOMethodIdSet::GetMismatchResult(const CString &recordName, uint32_t &totalMethodCount, in GetMismatchResult() function in panda::ecmascript::PGOMethodIdSet
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp163 pfDecoder_.GetMismatchResult(totalMethodCount, mismatchMethodCount, mismatchMethodSet); in FetchPGOMismatchResult()