Home
last modified time | relevance | path

Searched refs:GetFileName (Results 1 – 25 of 51) sorted by relevance

123

/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp70 …os::exec::Exec(aotdump_path_.c_str(), "--show-code=disasm", "--output-file", tmpfile.GetFileName(), in RunAotdump()
92 static const std::string panda_file_path = location + "/" + panda_fname.GetFileName(); in TEST_F()
104 ASSERT_TRUE(pandasm::AsmEmitter::Emit(panda_fname.GetFileName(), res.Value())); in TEST_F()
110 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
111 … aot_fname.GetFileName(), "--paoc-location", location.c_str(), "--paoc-arch", in TEST_F()
115 RunAotdump(aot_fname.GetFileName()); in TEST_F()
128 static const std::string panda_file_path = location + "/" + panda_fname.GetFileName(); in TEST_F()
141 ASSERT_TRUE(pandasm::AsmEmitter::Emit(panda_fname.GetFileName(), res.Value())); in TEST_F()
146 …auto res = os::exec::Exec(paoc_path_.c_str(), "--paoc-panda-files", panda_fname.GetFileName(), "--… in TEST_F()
147 … aot_fname.GetFileName(), "--paoc-location", location.c_str(), "--paoc-arch=x86_64", in TEST_F()
[all …]
Dclass_hash_table_test.cpp108 ASSERT_TRUE(pandasm::AsmEmitter::Emit(panda_fname.GetFileName(), res.Value())); in TEST_F()
111 auto panda_file_ptr = panda_file::OpenPandaFile(panda_fname.GetFileName()); in TEST_F()
147 ASSERT_TRUE(pandasm::AsmEmitter::Emit(panda_fname1.GetFileName(), res.Value())); in TEST_F()
166 ASSERT_TRUE(pandasm::AsmEmitter::Emit(panda_fname2.GetFileName(), res.Value())); in TEST_F()
170 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname2.GetFileName(), "--pand… in TEST_F()
171 … panda_fname1.GetFileName(), "--paoc-output", aot_fname.GetFileName(), in TEST_F()
177 std::string filename = os::GetAbsolutePath(aot_fname.GetFileName()); in TEST_F()
213 ASSERT_TRUE(pandasm::AsmEmitter::Emit(panda_fname.GetFileName(), res.Value())); in TEST_F()
217 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", panda_fname.GetFileName(), "--paoc-… in TEST_F()
218 … aot_fname.GetFileName(), "--boot-panda-files", GetPandaStdLibFile()); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp108 ASSERT_TRUE(pandasm::AsmEmitter::Emit(pandaFname.GetFileName(), res.Value())); in TEST_F()
111 auto pandaFilePtr = panda_file::OpenPandaFile(pandaFname.GetFileName()); in TEST_F()
147 ASSERT_TRUE(pandasm::AsmEmitter::Emit(pandaFname1.GetFileName(), res.Value())); in TEST_F()
166 ASSERT_TRUE(pandasm::AsmEmitter::Emit(pandaFname2.GetFileName(), res.Value())); in TEST_F()
170 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname2.GetFileName(), "--panda… in TEST_F()
171 … pandaFname1.GetFileName(), "--paoc-output", aotFname.GetFileName(), in TEST_F()
177 std::string filename = os::GetAbsolutePath(aotFname.GetFileName()); in TEST_F()
213 ASSERT_TRUE(pandasm::AsmEmitter::Emit(pandaFname.GetFileName(), res.Value())); in TEST_F()
217 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F()
218 … aotFname.GetFileName(), "--boot-panda-files", GetPandaStdLibFile()); in TEST_F()
[all …]
Daot_test.cpp85 …es = os::exec::Exec(GetAotdumpFile(), "--show-code=disasm", "--output-file", tmpfile.GetFileName(), in RunAotdump()
108 static const std::string PANDA_FILE_PATH = LOCATION + "/" + pandaFname.GetFileName(); in TEST_F()
120 ASSERT_TRUE(pandasm::AsmEmitter::Emit(pandaFname.GetFileName(), res.Value())); in TEST_F()
126 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F()
127 … aotFname.GetFileName(), "--paoc-location", LOCATION.c_str(), "--compiler-cross-arch", in TEST_F()
131 RunAotdump(aotFname.GetFileName()); in TEST_F()
144 static const std::string PANDA_FILE_PATH = LOCATION + "/" + pandaFname.GetFileName(); in TEST_F()
157 ASSERT_TRUE(pandasm::AsmEmitter::Emit(pandaFname.GetFileName(), res.Value())); in TEST_F()
162 …auto res = os::exec::Exec(GetPaocFile(), "--paoc-panda-files", pandaFname.GetFileName(), "--paoc-o… in TEST_F()
163 aotFname.GetFileName(), "--paoc-location", LOCATION.c_str(), in TEST_F()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl_dbg.cpp63 std::string::size_type lastdot = themodule[i]->GetFileName().find_last_of("."); in main()
64 bool ismplt = themodule[i]->GetFileName().compare(lastdot, k5BitSize, ".mplt") == 0; in main()
65 bool istmpl = themodule[i]->GetFileName().compare(lastdot, k5BitSize, ".tmpl") == 0; in main()
66 bool ismpl = themodule[i]->GetFileName().compare(lastdot, k5BitSize, ".mpl\0") == 0; in main()
67 bool isbpl = themodule[i]->GetFileName().compare(lastdot, k5BitSize, ".bpl\0") == 0; in main()
76 theparser.EmitError(themodule[i]->GetFileName().c_str()); in main()
82 std::string modid = themodule[i]->GetFileName(); in main()
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass_manager.cpp71 std::string PassManager::GetFileName([[maybe_unused]] const char *passName, [[maybe_unused]] const … in GetFileName() function in panda::compiler::PassManager
107 std::ofstream strm(GetFileName(passName, ".ir")); in DumpGraph()
109 …std::cerr << errno << " ERROR: " << strerror(errno) << "\n" << GetFileName(passName, ".ir") << std… in DumpGraph()
121 std::ofstream strm(GetFileName(passName, ".li")); in DumpLifeIntervals()
123 …std::cerr << errno << " ERROR: " << strerror(errno) << "\n" << GetFileName(passName, ".li") << std… in DumpLifeIntervals()
133 std::ofstream strm(GetFileName()); in InitialDumpVisualizerGraph()
148 std::ofstream strm(GetFileName(), std::ios::app); in DumpVisualizerGraph()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp62 std::string PassManager::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const… in GetFileName() function in panda::compiler::PassManager
98 std::ofstream strm(GetFileName(pass_name, ".ir")); in DumpGraph()
100 …std::cerr << errno << " ERROR: " << strerror(errno) << "\n" << GetFileName(pass_name, ".ir") << st… in DumpGraph()
112 std::ofstream strm(GetFileName(pass_name, ".li")); in DumpLifeIntervals()
114 …std::cerr << errno << " ERROR: " << strerror(errno) << "\n" << GetFileName(pass_name, ".li") << st… in DumpLifeIntervals()
Dpass_manager.h114 std::string GetFileName(const char *pass_name = nullptr, const std::string &suffix = ".cfg");
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.cpp76 [&fileName](auto &file) { return fileName == file->GetFileName(); }); in GetFile()
128 … EVENT_AOT_MANAGER(aotFile->GetFileName(), events::AotManagerAction::CHA_VERIFY_FAILED); in VerifyClassHierarchy()
134 … EVENT_AOT_MANAGER(aotFile->GetFileName(), events::AotManagerAction::FILE_VERIFY_FAILED); in VerifyClassHierarchy()
139 … LOG(ERROR, AOT) << "Cannot use " << bootPref << "AOT file '" << aotFile->GetFileName() << '\''; in VerifyClassHierarchy()
147 EVENT_AOT_MANAGER(aotFile->GetFileName(), events::AotManagerAction::VERIFIED); in VerifyClassHierarchy()
Daot_file.h132 const char *GetFileName() const in GetFileName() function
226 std::string GetFileName() const in GetFileName() function
/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.h27 static std::string GetFileName(const std::string &filePath);
Djs_file_path.cpp31 std::string JSFilePath::GetFileName(const std::string &filePath) in GetFileName() function in panda::ecmascript::JSFilePath
/arkcompiler/ets_runtime/ecmascript/compiler/
Dir_module.cpp24 std::string fileName = jsPandaFile->GetFileName(); in GetFuncName()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dfile_utils.h30 static std::string GetFileName(const std::string &filePath, bool isWithExtension);
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_mapper.h46 std::string GetFileName();
Dfile_mapper.cpp114 std::string FileMapper::GetFileName() in GetFileName() function in panda::ecmascript::FileMapper
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp97 std::string DotGenerator::GetFileName(const MIRModule &mirModule, const std::string &filePreFix) in GetFileName() function in maplebe::DotGenerator
104 fileName.append(mirModule.GetFileName()); in GetFileName()
271 std::string fileName = GetFileName(mod, (preFix + "-" + fname)); in GenerateDot()
/arkcompiler/toolchain/tooling/client/manager/
Dsource_manager.h36 void GetFileName();
/arkcompiler/ets_frontend/ets2panda/util/
Dpath.h43 const util::StringView &GetFileName() const;
Dpath.cpp157 const util::StringView &Path::GetFileName() const in GetFileName() function in panda::es2panda::util::Path
/arkcompiler/toolchain/tooling/base/
Dpt_script.h45 const std::string &GetFileName() const in GetFileName() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_script_test.cpp72 ASSERT_EQ(script->GetFileName(), "xx"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlitecg.cpp45 std::string moduleName = module.GetFileName(); in LiteCG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dfile_utils.cpp75 std::string FileUtils::GetFileName(const std::string &filePath, bool isWithExtension) in GetFileName() function in maple::FileUtils
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_codegen.cpp85 std::string irFileName = lmirModule.GetModule()->GetFileName() + ".mpl"; in Run()

123