Home
last modified time | relevance | path

Searched refs:GetModuleNameByInternalName (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dmodule_record.h55 std::string GetModuleNameByInternalName(std::string_view local_name) const;
Dabc_file.h73 std::string GetModuleNameByInternalName(std::string_view internal_name) const;
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dmodule_record.cpp113 std::string ModuleRecord::GetModuleNameByInternalName(std::string_view local_name) const in GetModuleNameByInternalName() function in panda::defect_scan_aux::ModuleRecord
Dabc_file.cpp189 std::string AbcFile::GetModuleNameByInternalName(std::string_view local_name) const in GetModuleNameByInternalName() function in panda::defect_scan_aux::AbcFile
194 return module_record_->GetModuleNameByInternalName(local_name); in GetModuleNameByInternalName()
580 std::string module_name = GetModuleNameByInternalName(inter_name); in ExtractClassInheritInfo()
996 std::string module_name = GetModuleNameByInternalName(inter_name); in ResolveCallInstCommon()
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddefect_scan_aux_test.cpp169 std::string mod_name0 = abc_file->GetModuleNameByInternalName("var1"); in main()
171 std::string mod_name1 = abc_file->GetModuleNameByInternalName("ns"); in main()
173 std::string mod_name2 = abc_file->GetModuleNameByInternalName("var3"); in main()
175 std::string mod_name3 = abc_file->GetModuleNameByInternalName("localVar4"); in main()