Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dts2ets_copy.cpp153 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldReference() local
163 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldPrimitive() local
290 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldReference() local
299 auto fname = reinterpret_cast<const char *>(field->GetName().data); in VisitFieldPrimitive() local
Dts2ets_tstype.cpp356 auto fname = utf::Mutf8AsCString(method->GetName().data + METHOD_PREFIX_LEN); in TSTypeGetter() local
/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp63 std::string fname(input.fileName); in Compile() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
Ddwarf_builder.cpp248 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.cpp265 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/static_core/tests/checked/
Dchecker.rb112 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/runtime_core/libpandabase/os/
Dstacktrace.cpp232 std::stringstream fname; in ScanVma() local
Ddebug_info.cpp333 std::string fname; in TraverseSiblings() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp1583 bool BinaryMplImport::ImportForSrcLang(const std::string &fname, MIRSrcLang &srcLang) in ImportForSrcLang()
1612 bool BinaryMplImport::Import(const std::string &fname, bool readSymbols, bool readSe) in Import()
Dbin_mpl_export.cpp1291 void BinaryMplExport::Export(const std::string &fname, std::unordered_set<std::string> *dumpFuncSet) in Export()
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp786 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.h1281 virtual Expected<bool, const char *> AddProfile([[maybe_unused]] std::string_view fname) in AddProfile()