Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h82 static constexpr char MODULE_CLASS[] = "L_ESModuleRecord;";
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h65 static constexpr char MODULE_CLASS[] = "L_ESModuleRecord;"; variable
Djs_pandafile.cpp140 if (info.moduleRecordIdx == -1 && std::strcmp(MODULE_CLASS, desc) == 0) { in InitializeUnMergedPF()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp359 if (std::strcmp(MODULE_CLASS, desc) == 0) { in ExtractModuleInfo()