Home
last modified time | relevance | path

Searched defs:module_name (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/
Dmodule_record.cpp70 const std::string &module_name = request_modules_[index]; in GetImportNamespaceNameByIndex() local
Dabc_file.cpp841 std::string module_name = GetModuleNameByLocalName(inter_name, record_name); in ExtractClassInheritInfo() local
1396 std::string module_name = GetModuleNameByLocalName(inter_name, record_name); in ResolveCallInstCommon() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py113 def import_module(module_name, path): argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py1889 def get_hvigor_compile_cmd(task, is_debug, module='', module_name='', module_target='default'): argument
2486 def manage_module_import_and_export_handle(task, module_name): argument