Home
last modified time | relevance | path

Searched refs:GetNormalizedFileDesc (Results 1 – 20 of 20) 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()
202 CString name = jsPandaFile->GetNormalizedFileDesc(); in GetABCIdByJSPandaFile()
220 CString PUBLIC_API GetNormalizedFileDesc(const JSPandaFile *jsPandaFile) const;
Dpgo_profiler_decoder.cpp207 …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()
Dpgo_profiler_info.cpp1043 … 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/pgo_type/
Dpgo_type_location.cpp22 : abcName_(jsPandaFile->GetNormalizedFileDesc()), methodOffset_(methodOffset), bcIdx_(bcIdx) in PGOTypeLocation()
Dpgo_type_recorder.cpp131 CString normalizedFileName = JSPandaFile::GetNormalizedFileDesc(abcName); in IsValidPt()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp201 …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/
Daot_snapshot.cpp79 GenerateSnapshotConstantPools(allConstantPools, jsPandaFile->GetNormalizedFileDesc(), fileId); in StoreConstantPoolInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp375 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()
Djs_pandafile.h114 CString PUBLIC_API GetNormalizedFileDesc() const;
126 static CString PUBLIC_API GetNormalizedFileDesc(const CString &desc);
Djs_pandafile_manager.cpp281 if (file->GetNormalizedFileDesc() == normalizedName) { in FindJSPandaFileByNormalizedName()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h78 if (!callMethonFlagMap.IsAotCompile(jsPandaFile_->GetNormalizedFileDesc(), in Run()
Dpass_manager.cpp63 gen.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in Compile()
256 generator.SetCurrentCompileFileName(jsPandaFile->GetNormalizedFileDesc()); in CompileValidFiles()
Daot_compiler_preprocessor.cpp478 CString fileDesc = jsPandaFile->GetNormalizedFileDesc(); in GenerateMethodMap()
Dtype_info_accessors.h435 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in IsHotnessFunc()
529 CString fileDesc = jsPandaFile_->GetNormalizedFileDesc(); in CanFastCall()
Dts_inline_lowering.cpp764 CString fileDesc = ctx_->GetJSPandaFile()->GetNormalizedFileDesc(); in UpdateCallMethodFlagMap()
Dtyped_bytecode_lowering.cpp1882 fileDesc = JSPandaFile::GetNormalizedFileDesc(fileDesc); in GetCalleePandaFile()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpool_template.h91 if (JSPandaFile::GetNormalizedFileDesc(entry.second.GetData()) == value) { in GetEntryIdByNormalizedName()
/arkcompiler/ets_runtime/
Dlibark_jsruntime.map216 panda::ecmascript::JSPandaFile::GetNormalizedFileDesc*;
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp174 … JSPandaFile::GetNormalizedFileDesc(abcFilePool->GetEntry(recordProfile.GetAbcId())->GetData()); in ParseRelatedPandaFileMethods()