Searched defs:fname (Results 1 – 16 of 16) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ |
| D | es2panda.cpp | 63 void Compiler::CheckOptionsAndFileForAbcInput(const std::string &fname, const CompilerOptions &opti… in CheckOptionsAndFileForAbcInput() 88 panda::pandasm::Program *Compiler::CompileAbcFile(const std::string &fname, const CompilerOptions &… in CompileAbcFile() 135 std::string fname(input.fileName); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | ETSparser.h | 510 SavedFormattingFileName(ETSParser *parser, std::string_view fname) in SavedFormattingFileName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | ts2ets_copy.cpp | 159 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldReference() local 169 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldPrimitive() local 296 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldReference() local 305 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldPrimitive() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | dwarf_builder.cpp | 264 Dwarf_Unsigned DwarfBuilder::AddFile(const std::string &fname, Dwarf_Unsigned dirIndex) in AddFile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | optimize_common.cpp | 233 const std::string fname, regno_t vReg) in GenerateDot()
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | checker.rb | 87 def self.from_file(fname, name) argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | stacktrace.cpp | 232 std::stringstream fname; in ScanVma() local
|
| D | debug_info.cpp | 333 std::string fname; in TraverseSiblings() local
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 123 def self.from_file(fname, name) argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | stacktrace.cpp | 232 std::stringstream fname; in ScanVma() local
|
| D | debug_info.cpp | 417 std::string fname; in TraverseSiblings() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | bin_mpl_import.cpp | 762 bool BinaryMplImport::ImportForSrcLang(const std::string &fname, MIRSrcLang &srcLang) in ImportForSrcLang()
|
| D | bin_mpl_export.cpp | 1189 void BinaryMplExport::Export(const std::string &fname, std::unordered_set<std::string> *dumpFuncSet) in Export()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | runtime.cpp | 788 for (auto &fname : aotFiles) { in HandleAotOptions() local
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 84 void Disassembler::SetProfile(std::string_view fname) in SetProfile()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1445 virtual Expected<bool, const char *> AddProfile([[maybe_unused]] std::string_view fname) in AddProfile()
|