Home
last modified time | relevance | path

Searched refs:GetCtorName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_items.cpp48 const char *GetCtorName([[maybe_unused]] panda::panda_file::SourceLang lang) in GetCtorName() function
Dfile_items.h88 const char *GetCtorName(panda::panda_file::SourceLang lang);
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp676 std::string ctor_name = panda::panda_file::GetCtorName(file_language_); in GetMetaData()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp871 return items->GetOrCreateStringItem(panda::panda_file::GetCtorName(func.language)); in GetMethodName()