Home
last modified time | relevance | path

Searched full:module_class (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/quickfix/
DBUILD.gn33 "module_class",
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp190 record_name = std::string(MODULE_CLASS); in GetExportClassByExportName()
247 record_name = std::string(MODULE_CLASS); in GetLocalNameByExportName()
266 record_name = std::string(MODULE_CLASS); in GetImportNameByExportName()
285 record_name = std::string(MODULE_CLASS); in GetModuleNameByExportName()
303 record_name = std::string(MODULE_CLASS); in GetModuleNameByLocalName()
321 record_name = std::string(MODULE_CLASS); in GetImportNameByLocalName()
506 if (std::strcmp(MODULE_CLASS, desc) == 0) { in ExtractModuleInfo()
531 AddModuleRecord(MODULE_CLASS, std::move(module_record)); in ExtractModuleInfo()
1522 record_name = std::string(MODULE_CLASS); in GetModuleRecordByName()
/arkcompiler/ets_frontend/ets2panda/compiler/templates/
Dsignatures.h.erb138 return <%= data.module_class.load_builtin %>;
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h88 static constexpr char MODULE_CLASS[] = "L_ESModuleRecord;";
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h78 static constexpr char MODULE_CLASS[] = "L_ESModuleRecord;"; variable
Djs_pandafile.cpp142 if (info->moduleRecordIdx == -1 && MODULE_CLASS == desc) { in InitializeUnMergedPF()
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml1680 module_class: