| /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() 193 CString name = jsPandaFile->GetNormalizedFileDesc(); in GetABCIdByJSPandaFile() 203 CString GetNormalizedFileDesc(const JSPandaFile *jsPandaFile) const;
|
| D | pgo_profiler_decoder.cpp | 212 …return recordSimpleInfos_->Match(GetNormalizedFileDesc(jsPandaFile), recordName, EntityId(methodId… in Match() 230 … return recordSimpleInfos_->GetMismatchResult(GetNormalizedFileDesc(jsPandaFile), totalMethodCount, in GetMismatchResult() 234 CString PGOProfilerDecoder::GetNormalizedFileDesc(const JSPandaFile *jsPandaFile) const in GetNormalizedFileDesc() function in panda::ecmascript::pgo::PGOProfilerDecoder 238 return jsPandaFile->GetNormalizedFileDesc(); in GetNormalizedFileDesc()
|
| D | pgo_profiler_info.cpp | 1006 … 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/aot_file/ |
| D | aot_file_manager.cpp | 160 …x = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDesc().c_str()); in IsLoadMain() 268 …x = GetFileIndex(jsPandaFile->GetAOTFileInfoIndex(), jsPandaFile->GetNormalizedFileDesc().c_str()); in SetAOTMainFuncEntry() 271 << ", normalizedDesc: " << jsPandaFile->GetNormalizedFileDesc(); in SetAOTMainFuncEntry() 452 auto cpMapIter = fileNameToMulCpMap.find(jsPandaFile->GetNormalizedFileDesc()); in GetDeserializedConstantPool() 454 …R(FATAL) << "can not find constpools by fileName " << jsPandaFile->GetNormalizedFileDesc().c_str(); in GetDeserializedConstantPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_location.h | 33 … : abcName_(jsPandaFile->GetNormalizedFileDesc()), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in PGOTypeLocation()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | aot_snapshot.cpp | 81 GenerateSnapshotConstantPools(allConstantPools, jsPandaFile->GetNormalizedFileDesc(), fileId); in StoreConstantPoolInfo()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile.cpp | 354 CString JSPandaFile::GetNormalizedFileDesc(const CString &desc) in GetNormalizedFileDesc() function in panda::ecmascript::JSPandaFile 370 CString JSPandaFile::GetNormalizedFileDesc() const in GetNormalizedFileDesc() function in panda::ecmascript::JSPandaFile 372 return GetNormalizedFileDesc(desc_); in GetNormalizedFileDesc()
|
| D | js_pandafile.h | 95 CString GetNormalizedFileDesc() const; 107 static CString GetNormalizedFileDesc(const CString &desc);
|
| D | js_pandafile_manager.cpp | 265 if (file->GetNormalizedFileDesc() == normalizedName) { in FindJSPandaFileByNormalizedName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 46 generator.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in CompileValidFiles()
|
| D | pass_manager.cpp | 41 gen.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pool_template.h | 90 if (JSPandaFile::GetNormalizedFileDesc(entry.second.GetData()) == value) { in GetEntryIdByNormalizedName()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 93 …uint32_t moduleId = tableGenerator_.TryGetModuleId(jsPandaFile->GetNormalizedFileDesc(), recordNam… in ParseType() 169 …uint32_t moduleId = tableGenerator_.TryGetModuleId(jsPandaFile->GetNormalizedFileDesc(), entryPoin… in ResolveImportType() 616 …uint32_t starModuleId = tableGenerator_.TryGetModuleId(jsPandaFile->GetNormalizedFileDesc(), star); in IterateStarExport() 828 abcName = JSPandaFile::GetNormalizedFileDesc(abcName); in GetAbcNameFromProfileType() 835 CString abcName = info.jsPandaFile->GetNormalizedFileDesc(); in ParsePGOType()
|
| D | ts_type_table_generator.cpp | 64 JSHandle<EcmaString> abcNameStr = factory_->NewFromUtf8(jsPandaFile->GetNormalizedFileDesc()); in GetOrGenerateTSTypeTable()
|
| D | ts_manager.h | 409 …auto value = std::make_tuple(id.GetJSPandaFile()->GetNormalizedFileDesc(), recordName, id.GetTypeI…
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
| D | pgo_profiler_test.cpp | 172 … JSPandaFile::GetNormalizedFileDesc(abcFilePool->GetEntry(recordProfile.GetAbcId())->GetData()); in ParseRelatedPandaFileMethods()
|