Home
last modified time | relevance | path

Searched refs:abcNormalizedDesc (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.h582 bool Match(const CString &abcNormalizedDesc, const CString &recordName, EntityId methodId);
585 void Update(const CString &abcNormalizedDesc, Callback callback) in Update() argument
587 auto abcMethodIds = methodIds_.find(abcNormalizedDesc); in Update()
599 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update() argument
601 auto abcMethodIds = methodIds_.find(abcNormalizedDesc); in Update()
619 void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo() argument
622 auto abcMethodIds = methodIds_.find(abcNormalizedDesc); in GetTypeInfo()
633 void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in GetTypeInfo() argument
636 auto abcMethodIds = methodIds_.find(abcNormalizedDesc); in GetTypeInfo()
677 void MatchAndMarkMethod(const CString &abcNormalizedDesc, cons argument
690 GetMismatchResult(const CString &abcNormalizedDesc, uint32_t &totalMethodCount, uint32_t &mismatchMethodCount, std::set<std::pair<std::string, CString>> &mismatchMethodSet) const GetMismatchResult() argument
[all...]
H A Dpgo_profiler_info.cpp987 bool PGORecordSimpleInfos::Match(const CString &abcNormalizedDesc, const CString &recordName, EntityId methodId) in Match() argument
989 auto abcMethodIds = methodIds_.find(abcNormalizedDesc); in Match()
991 LOG_COMPILER(DEBUG) << "AbcDesc not found. abcNormalizedDesc: " << abcNormalizedDesc in Match()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp175 const auto abcNormalizedDesc = in ParseRelatedPandaFileMethods() local
177 if (abcNormalizedDesc.empty()) { in ParseRelatedPandaFileMethods()
184 methodIdInAp[abcNormalizedDesc.c_str()][recordName].emplace_back(method.first); in ParseRelatedPandaFileMethods()

Completed in 11 milliseconds