Home
last modified time | relevance | path

Searched defs:abcNormalizedDesc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h585 void Update(const CString &abcNormalizedDesc, Callback callback) in Update()
599 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update()
619 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo()
633 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo()
677 …void MatchAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *m… in MatchAndMarkMethod()
690 …void GetMismatchResult(const CString &abcNormalizedDesc, uint32_t &totalMethodCount, uint32_t &mis… in GetMismatchResult()
Dpgo_profiler_info.cpp980 bool PGORecordSimpleInfos::Match(const CString &abcNormalizedDesc, const CString &recordName, Entit… in Match()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp173 const auto abcNormalizedDesc = in ParseRelatedPandaFileMethods() local