Home
last modified time | relevance | path

Searched defs:fname (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp63 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/
DETSparser.h510 SavedFormattingFileName(ETSParser *parser, std::string_view fname) in SavedFormattingFileName()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp159 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/
Ddwarf_builder.cpp264 Dwarf_Unsigned DwarfBuilder::AddFile(const std::string &fname, Dwarf_Unsigned dirIndex) in AddFile()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp233 const std::string fname, regno_t vReg) in GenerateDot()
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb87 def self.from_file(fname, name) argument
/arkcompiler/runtime_core/libpandabase/os/
Dstacktrace.cpp232 std::stringstream fname; in ScanVma() local
Ddebug_info.cpp333 std::string fname; in TraverseSiblings() local
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb123 def self.from_file(fname, name) argument
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dstacktrace.cpp232 std::stringstream fname; in ScanVma() local
Ddebug_info.cpp417 std::string fname; in TraverseSiblings() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp762 bool BinaryMplImport::ImportForSrcLang(const std::string &fname, MIRSrcLang &srcLang) in ImportForSrcLang()
Dbin_mpl_export.cpp1189 void BinaryMplExport::Export(const std::string &fname, std::unordered_set<std::string> *dumpFuncSet) in Export()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp788 for (auto &fname : aotFiles) { in HandleAotOptions() local
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp84 void Disassembler::SetProfile(std::string_view fname) in SetProfile()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h1445 virtual Expected<bool, const char *> AddProfile([[maybe_unused]] std::string_view fname) in AddProfile()