Searched refs:GetMismatchResult (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_decoder.cpp | 195 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()
|
D | pgo_profiler_decoder.h | 107 void GetMismatchResult(uint32_t &totalMethodCount, uint32_t &mismatchMethodCount,
|
D | pgo_profiler_info.h | 932 …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()
|
D | pgo_profiler_info.cpp | 936 void PGOMethodIdSet::GetMismatchResult(const CString &recordName, uint32_t &totalMethodCount, in GetMismatchResult() function in panda::ecmascript::PGOMethodIdSet
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | compilation_driver.cpp | 163 pfDecoder_.GetMismatchResult(totalMethodCount, mismatchMethodCount, mismatchMethodSet); in FetchPGOMismatchResult()
|