Home
last modified time | relevance | path

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

/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 …]
Dunit_test.h358 const char *GetFileName() const in GetFileName() function
/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/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/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/aot_file/
Daot_file_manager.cpp149 std::string baseName = JSFilePath::GetFileName(jsPandaFileDesc); in GetAnFileIndex()
194 std::string fileName = file->GetFileName(); in PrintAOTEntry()
326 std::string baseName = JSFilePath::GetFileName(snapshotFileName.c_str()); in AddConstantPool()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h129 const std::string GetFileName() const;
Dsamples_record.cpp504 const std::string SamplesRecord::GetFileName() const in GetFileName() function in panda::ecmascript::SamplesRecord
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h89 value = script.second->GetFileName(); in MatchScripts()
Ddebugger_impl.cpp791 fileName = script->GetFileName(); in SetBreakpointByUrl()
874 fileName = script->GetFileName(); in ProcessSingleBreakpoint()
1046 fileName = script->GetFileName(); in GetExtractor()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h100 std::string GetFileName() const in GetFileName() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp132 std::string fileName = jsPandaFile->GetFileName(); in TryInline()
188 std::string fileName = jsPandaFile->GetFileName(); in InlineCall()
Dllvm_ir_builder.cpp2527 std::string fileName = jsPandaFile->GetFileName(); in GetFuncName()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1652 LOG_COMPILER(INFO) << "start printing type info in file " << jsPandaFile->GetFileName(); in PrintTypeInfo()