| /arkcompiler/runtime_core/compiler/tests/ |
| D | aot_test.cpp | 70 …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 …]
|
| D | class_hash_table_test.cpp | 108 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/ |
| D | class_hash_table_test.cpp | 108 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 …]
|
| D | aot_test.cpp | 85 …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/ |
| D | mpl_dbg.cpp | 63 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/ |
| D | pass_manager.cpp | 71 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/ |
| D | pass_manager.cpp | 62 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()
|
| D | pass_manager.h | 114 std::string GetFileName(const char *pass_name = nullptr, const std::string &suffix = ".cfg");
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_manager.cpp | 76 [&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()
|
| D | aot_file.h | 132 const char *GetFileName() const in GetFileName() function 226 std::string GetFileName() const in GetFileName() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_file_path.h | 27 static std::string GetFileName(const std::string &filePath);
|
| D | js_file_path.cpp | 31 std::string JSFilePath::GetFileName(const std::string &filePath) in GetFileName() function in panda::ecmascript::JSFilePath
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ir_module.cpp | 24 std::string fileName = jsPandaFile->GetFileName(); in GetFuncName()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | file_utils.h | 30 static std::string GetFileName(const std::string &filePath, bool isWithExtension);
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| D | file_mapper.h | 46 std::string GetFileName();
|
| D | file_mapper.cpp | 114 std::string FileMapper::GetFileName() in GetFileName() function in panda::ecmascript::FileMapper
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | optimize_common.cpp | 97 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/ |
| D | source_manager.h | 36 void GetFileName();
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | path.h | 43 const util::StringView &GetFileName() const;
|
| D | path.cpp | 157 const util::StringView &Path::GetFileName() const in GetFileName() function in panda::es2panda::util::Path
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_script.h | 45 const std::string &GetFileName() const in GetFileName() function
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_script_test.cpp | 72 ASSERT_EQ(script->GetFileName(), "xx"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | litecg.cpp | 45 std::string moduleName = module.GetFileName(); in LiteCG()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
| D | file_utils.cpp | 75 std::string FileUtils::GetFileName(const std::string &filePath, bool isWithExtension) in GetFileName() function in maple::FileUtils
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| D | litecg_codegen.cpp | 85 std::string irFileName = lmirModule.GetModule()->GetFileName() + ".mpl"; in Run()
|