Home
last modified time | relevance | path

Searched refs:GetNormalizedFileDesc (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h87 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;
Dpgo_profiler_decoder.cpp212 …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()
Dpgo_profiler_info.cpp1006 … auto methodIdsResult = methodIds_.try_emplace(JSPandaFile::GetNormalizedFileDesc(abcDesc)); in ParseFromBinary()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp320 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/
Daot_file_manager.cpp160 …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/
Dpgo_type_location.h33 … : abcName_(jsPandaFile->GetNormalizedFileDesc()), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in PGOTypeLocation()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Daot_snapshot.cpp81 GenerateSnapshotConstantPools(allConstantPools, jsPandaFile->GetNormalizedFileDesc(), fileId); in StoreConstantPoolInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp354 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()
Djs_pandafile.h95 CString GetNormalizedFileDesc() const;
107 static CString GetNormalizedFileDesc(const CString &desc);
Djs_pandafile_manager.cpp265 if (file->GetNormalizedFileDesc() == normalizedName) { in FindJSPandaFileByNormalizedName()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler.cpp46 generator.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in CompileValidFiles()
Dpass_manager.cpp41 gen.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in Compile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpool_template.h90 if (JSPandaFile::GetNormalizedFileDesc(entry.second.GetData()) == value) { in GetEntryIdByNormalizedName()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp93 …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()
Dts_type_table_generator.cpp64 JSHandle<EcmaString> abcNameStr = factory_->NewFromUtf8(jsPandaFile->GetNormalizedFileDesc()); in GetOrGenerateTSTypeTable()
Dts_manager.h409 …auto value = std::make_tuple(id.GetJSPandaFile()->GetNormalizedFileDesc(), recordName, id.GetTypeI…
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp172 … JSPandaFile::GetNormalizedFileDesc(abcFilePool->GetEntry(recordProfile.GetAbcId())->GetData()); in ParseRelatedPandaFileMethods()