| /arkcompiler/runtime_core/runtime/ |
| D | relayout_profiler.cpp | 31 PandaString file_name = file.first.substr(pos, file.first.length() - pos); in WriteProfileData() local 69 void RelayoutProfiler::AddProfileItem(const std::string &file_name, const std::string &item, Relayo… in AddProfileItem() 84 std::string file_name = in AddProfileClassItem() local 92 std::string file_name = method->GetPandaFile()->GetFilename(); in AddProfileCodeItem() local
|
| D | runtime_controller.cpp | 59 std::string_view file_name = path.substr(pos + 1U); in IsInPermitList() local
|
| /arkcompiler/runtime_core/panda/ |
| D | panda.cpp | 48 const panda_file::File *GetPandaFile(const ClassLinker &class_linker, std::string_view file_name) in GetPandaFile() 191 … [&](auto &file_name) { return file_name == file.GetValue(); }); in Main() 211 std::string file_name = file.GetValue(); in Main() local
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | native_stack.cpp | 21 bool ReadOsFile([[maybe_unused]] const std::string &file_name, [[maybe_unused]] std::string *result) in ReadOsFile()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | unit_test.cpp | 86 …:unique_ptr<const panda_file::File> AsmTest::ParseToFile(const char *source, const char *file_name) in ParseToFile() 99 bool AsmTest::Parse(const char *source, const char *file_name) in Parse()
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_writer.cpp | 21 FileWriter::FileWriter(const std::string &file_name) : checksum_(adler32(0, nullptr, 0)) in FileWriter()
|
| D | file.cpp | 97 InsertResult Insert(const std::string &file_name, const std::string &anon_mem_name) in Insert() 102 void Remove(const std::string &file_name) in Remove()
|
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.cpp | 23 Expected<bool, std::string> AotManager::AddFile(const std::string &file_name, RuntimeInterface *run… in AddFile() 61 const AotPandaFile *AotManager::FindPandaFile(const std::string &file_name) in FindPandaFile()
|
| D | aot_file.cpp | 49 Expected<std::unique_ptr<AotFile>, std::string> AotFile::Open(const std::string &file_name, uint32_… in Open()
|
| D | aot_file.h | 103 const PandaFileHeader *FindPandaFile(const std::string &file_name) const in FindPandaFile()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | native_stack.cpp | 25 bool ReadOsFile(const std::string &file_name, std::string *result) in ReadOsFile()
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 87 const std::string file_name = "test_file_open.panda"; variable 98 const std::string file_name = "test_file_format_version_too_old.abc"; variable 127 const std::string file_name = "test_rewrite_checksum.abc"; variable 156 const std::string file_name = "test_reserve_buffer_capacity.abc"; variable 168 const std::string file_name = "test_file_format_version_too_new.abc"; variable 199 const std::string file_name = "test_file_format_version_valid.abc"; variable 759 const std::string file_name = "test_empty_checksum.ark"; variable 788 const std::string file_name = "test_checksum_empty.ark"; variable 799 const std::string file_name = "test_checksum.ark"; variable
|
| D | file_test.cpp | 215 const char *file_name = "test_file_empty.panda"; variable
|
| /arkcompiler/runtime_core/compiler/aot/aot_builder/ |
| D | aot_builder.cpp | 105 int AotBuilder::Write(const std::string &cmdline, const std::string &file_name) in Write() 122 void AotBuilder::FillHeader(const std::string &cmdline, const std::string &file_name) in FillHeader() 151 int AotBuilder::WriteImpl(const std::string &cmdline, const std::string &file_name) in WriteImpl()
|
| D | elf_builder.h | 557 void ElfBuilder<arch, is_jit_mode>::ConstructDynamicSection(const std::string &file_name) in ConstructDynamicSection() 600 void ElfBuilder<arch, is_jit_mode>::Build(const std::string &file_name) in Build() 811 void ElfBuilder<arch, is_jit_mode>::Write(const std::string &file_name) in Write()
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | command.rb | 97 …def process_case_values(file_name, current_case, index, sig_name, test_dir, template, bugids, igno… argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | bytecodeopt_peepholes_runtime_test.cpp | 86 std::string file_name = "bc_peepholes"; in TEST_F() local
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | CMakeLists.txt | 59 set(file_name "${PANDA_BENCHMARKS_DIR}/${name}.pa") variable
|
| /arkcompiler/runtime_core/compiler/tools/aotdump/ |
| D | aotdump.cpp | 75 explicit PandaFileHelper(const char *file_name) : file_(panda_file::OpenPandaFile(file_name)) {} in PandaFileHelper() 142 auto finalizer = [](const char *file_name) { in Run() 262 auto file_name = aot_file->GetString(file_header.file_name_str); in DumpFiles() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | disassembly.cpp | 69 auto file_name = options.GetCompilerDisasmDumpFileName(); in Init() local
|
| /arkcompiler/runtime_core/compiler/tools/paoc/ |
| D | paoc.cpp | 371 for (auto &file_name : pfiles) { in CompileFiles() local 834 for (auto &file_name : pfiles) { in LoadPandaFiles() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | logger.cpp | 75 const std::string &file_name = options.GetLogFile(); in Initialize() local
|
| /arkcompiler/runtime_core/verification/verifier/ |
| D | verifier.cpp | 286 … [&](auto &file_name) { return main_file_name == file_name; }); in Main()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.cpp | 963 Expected<Program, Error> Parser::ParseAfterMainLoop(const std::string &file_name) in ParseAfterMainLoop() 994 Expected<Program, Error> Parser::Parse(TokenSet &vectors_tokens, const std::string &file_name) in Parse() 1054 Expected<Program, Error> Parser::Parse(const std::string &source, const std::string &file_name) in Parse()
|
| /arkcompiler/runtime_core/runtime/methodtrace/ |
| D | trace.cpp | 99 PandaString file_name(trace_filename); in StartTracing() local
|