Searched defs:abcNormalizedDesc (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_info.h | 585 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()
|
| D | pgo_profiler_info.cpp | 980 bool PGORecordSimpleInfos::Match(const CString &abcNormalizedDesc, const CString &recordName, Entit… in Match()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 173 const auto abcNormalizedDesc = in ParseRelatedPandaFileMethods() local
|