| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_decoder.h | 87 recordSimpleInfos_->Update(GetNormalizedFileDesc(jsPandaFile), callback); in Update() 96 recordSimpleInfos_->Update(GetNormalizedFileDesc(jsPandaFile), recordName, callback); in Update() 112 …return recordSimpleInfos_->GetTypeInfo(GetNormalizedFileDesc(jsPandaFile), recordName, methodName,… in GetTypeInfo() 115 …recordSimpleInfos_->GetTypeInfo(GetNormalizedFileDesc(jsPandaFile), recordName, methodName, callba… in GetTypeInfo() 124 …recordSimpleInfos_->MatchAndMarkMethod(GetNormalizedFileDesc(jsPandaFile), recordName, methodName,… in MatchAndMarkMethod() 202 CString name = jsPandaFile->GetNormalizedFileDesc(); in GetABCIdByJSPandaFile() 220 CString PUBLIC_API GetNormalizedFileDesc(const JSPandaFile *jsPandaFile) const;
|
| D | pgo_profiler_decoder.cpp | 207 …return recordSimpleInfos_->Match(GetNormalizedFileDesc(jsPandaFile), recordName, EntityId(methodId… in Match() 225 … return recordSimpleInfos_->GetMismatchResult(GetNormalizedFileDesc(jsPandaFile), totalMethodCount, in GetMismatchResult() 229 CString PGOProfilerDecoder::GetNormalizedFileDesc(const JSPandaFile *jsPandaFile) const in GetNormalizedFileDesc() function in panda::ecmascript::pgo::PGOProfilerDecoder 233 return jsPandaFile->GetNormalizedFileDesc(); in GetNormalizedFileDesc()
|
| D | pgo_profiler_info.cpp | 1043 … auto methodIdsResult = methodIds_.try_emplace(JSPandaFile::GetNormalizedFileDesc(abcDesc)); in ParseFromBinary()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | js_pandafile_test.cpp | 320 EXPECT_EQ(pf->GetNormalizedFileDesc(), "entry/ets/modules.abc"); in HWTEST_F_L0() 324 EXPECT_EQ(pf->GetNormalizedFileDesc(), "entry/ets/widgets.abc"); in HWTEST_F_L0() 328 EXPECT_EQ(pf->GetNormalizedFileDesc(), "entry/ets/modules.abc"); in HWTEST_F_L0() 332 EXPECT_EQ(pf->GetNormalizedFileDesc(), "entry/ets/widgets.abc"); in HWTEST_F_L0() 336 EXPECT_EQ(pf->GetNormalizedFileDesc(), "entry1/ets/modules.abc"); in HWTEST_F_L0() 340 EXPECT_EQ(pf->GetNormalizedFileDesc(), fileName); in HWTEST_F_L0() 344 EXPECT_EQ(pf->GetNormalizedFileDesc(), fileName); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_location.cpp | 22 : abcName_(jsPandaFile->GetNormalizedFileDesc()), methodOffset_(methodOffset), bcIdx_(bcIdx) in PGOTypeLocation()
|
| D | pgo_type_recorder.cpp | 131 CString normalizedFileName = JSPandaFile::GetNormalizedFileDesc(abcName); in IsValidPt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 201 …x = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDesc().c_str()); in IsLoadMain() 269 CString abcNormalizedName(jsPandaFile->GetNormalizedFileDesc()); in BindPandaFileInAotFile() 355 …x = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDesc().c_str()); in SetAOTMainFuncEntry() 358 << ", normalizedDesc: " << jsPandaFile->GetNormalizedFileDesc(); in SetAOTMainFuncEntry() 575 auto cpMapIter = fileNameToMulCpMap.find(jsPandaFile->GetNormalizedFileDesc()); in GetDeserializedConstantPool() 577 …R(FATAL) << "can not find constpools by fileName " << jsPandaFile->GetNormalizedFileDesc().c_str(); in GetDeserializedConstantPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | aot_snapshot.cpp | 79 GenerateSnapshotConstantPools(allConstantPools, jsPandaFile->GetNormalizedFileDesc(), fileId); in StoreConstantPoolInfo()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 375 CString JSPandaFile::GetNormalizedFileDesc(const CString &desc) in GetNormalizedFileDesc() function in panda::ecmascript::JSPandaFile 391 CString JSPandaFile::GetNormalizedFileDesc() const in GetNormalizedFileDesc() function in panda::ecmascript::JSPandaFile 393 return GetNormalizedFileDesc(desc_); in GetNormalizedFileDesc()
|
| D | js_pandafile.h | 114 CString PUBLIC_API GetNormalizedFileDesc() const; 126 static CString PUBLIC_API GetNormalizedFileDesc(const CString &desc);
|
| D | js_pandafile_manager.cpp | 281 if (file->GetNormalizedFileDesc() == normalizedName) { in FindJSPandaFileByNormalizedName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | compilation_driver.h | 78 if (!callMethonFlagMap.IsAotCompile(jsPandaFile_->GetNormalizedFileDesc(), in Run()
|
| D | pass_manager.cpp | 63 gen.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in Compile() 256 generator.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in CompileValidFiles()
|
| D | aot_compiler_preprocessor.cpp | 478 CString fileDesc = jsPandaFile->GetNormalizedFileDesc(); in GenerateMethodMap()
|
| D | type_info_accessors.h | 435 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in IsHotnessFunc() 529 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in CanFastCall()
|
| D | ts_inline_lowering.cpp | 764 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc(); in UpdateCallMethodFlagMap()
|
| D | typed_bytecode_lowering.cpp | 1882 fileDesc = JSPandaFile::GetNormalizedFileDesc(fileDesc); in GetCalleePandaFile()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pool_template.h | 91 if (JSPandaFile::GetNormalizedFileDesc(entry.second.GetData()) == value) { in GetEntryIdByNormalizedName()
|
| /arkcompiler/ets_runtime/ |
| D | libark_jsruntime.map | 216 panda::ecmascript::JSPandaFile::GetNormalizedFileDesc*;
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 174 … JSPandaFile::GetNormalizedFileDesc(abcFilePool->GetEntry(recordProfile.GetAbcId())->GetData()); in ParseRelatedPandaFileMethods()
|