Home
last modified time | relevance | path

Searched full:ctor_name (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/templates/
Dfile_items_gen.inc.erb55 % Common::each_plugin_option "ctor_name" do |ctor_name, _, plugin_opts|
57 return "<%= ctor_name %>";
/arkcompiler/runtime_core/static_core/plugins/ets/
Dets_plugin_options.yaml27 ctor_name: <ctor>
/arkcompiler/runtime_core/static_core/docs/
Dassembly_format.md416 ctor_sig := ctor_ret ctor_name ctor_args
418 ctor_name := id_name_extended
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp970 std::string ctor_name = panda::panda_file::GetCtorName(method->language); in GetMetaData() local
973 const bool is_ctor = (method_name_raw == ctor_name); in GetMetaData()
978 method->name.replace(method->name.find(ctor_name), ctor_name.length(), "_ctor_"); in GetMetaData()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp1298 std::string ctor_name = record_name + GetStringByInst(define_class_inst); in ResolveDefineClassWithBufferInst() local
1299 HandleMemberFunctionFromClassBuf(ctor_name, func, def_class.get()); in ResolveDefineClassWithBufferInst()