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.cpp814 std::string module_name = GetModuleNameByLocalName(inter_name, record_name); in ExtractClassInheritInfo() local
1317 std::string module_name = GetModuleNameByLocalName(inter_name, record_name); in ResolveCallInstCommon() local
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py111 def import_module(module_name, path): argument
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dexecution.py878 def get_hvigor_compile_cmd(task, is_debug, module_name='', module_target='default'): argument