Searched refs:MatchAndMarkMethod (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
H A D | pgo_profiler_test.cpp | 320 loader.MatchAndMarkMethod(pf_.get(), expectRecordName, in HWTEST_F_L0() 374 loader.MatchAndMarkMethod(pf_.get(), expectRecordName, in HWTEST_F_L0() 377 loader.MatchAndMarkMethod(pf_.get(), expectRecordName1, in HWTEST_F_L0() 642 loader.MatchAndMarkMethod(pf_.get(), expectRecordName, in HWTEST_F_L0() 749 decoder.MatchAndMarkMethod(pf_.get(), targetRecordName, methodName, methodId); in HWTEST_F_L0() 750 decoder1.MatchAndMarkMethod(pf_.get(), targetRecordName, methodName, methodId); in HWTEST_F_L0() 751 decoder2.MatchAndMarkMethod(pf_.get(), targetRecordName, methodName, methodId); in HWTEST_F_L0() 781 decoder.MatchAndMarkMethod(pf_.get(), targetRecordName, methodName, methodId); in HWTEST_F_L0() 820 decoder.MatchAndMarkMethod(pf_.get(), targetRecordName, methodName, methodId); in HWTEST_F_L0() 876 decoder.MatchAndMarkMethod(pf in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_profiler_decoder.h | 118 void MatchAndMarkMethod(const JSPandaFile *jsPandaFile, const CString &recordName, const char *methodName, in MatchAndMarkMethod() function in panda::ecmascript::pgo::PGOProfilerDecoder 124 recordSimpleInfos_->MatchAndMarkMethod(GetNormalizedFileDesc(jsPandaFile), recordName, methodName, methodId); in MatchAndMarkMethod()
|
H A D | pgo_profiler_info.h | 369 void MatchAndMarkMethod(const char *methodName, EntityId methodId) in MatchAndMarkMethod() function in panda::ecmascript::pgo::PGOMethodIdSet 677 void MatchAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *methodName, in MatchAndMarkMethod() function in panda::ecmascript::pgo::PGORecordSimpleInfos 686 return iter->second->MatchAndMarkMethod(methodName, methodId); in MatchAndMarkMethod()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | bytecode_info_collector.cpp | 119 pfDecoder_.MatchAndMarkMethod(jsPandaFile_, *recordNamePtr, name.c_str(), methodId); in ProcessClasses()
|
Completed in 5 milliseconds