Searched defs:ohmurl (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 70 std::string GetPkgNameFromNormalizedOhmurl(const std::string &ohmurl) in GetPkgNameFromNormalizedOhmurl() 82 std::string GetRecordNameFromNormalizedOhmurl(const std::string &ohmurl) in GetRecordNameFromNormalizedOhmurl() 93 bool IsExternalPkgNames(const std::string &ohmurl, const std::set<std::string> &externalPkgNames) in IsExternalPkgNames() 102 std::string UpdatePackageVersionIfNeeded(const std::string &ohmurl, in UpdatePackageVersionIfNeeded() 135 std::string UpdatePackageNameIfNeeded(const std::string &ohmurl, const std::string &modifiedPkgName) in UpdatePackageNameIfNeeded() 157 std::string UpdateBundleNameIfNeeded(std::string &ohmurl, const std::string &bundleName, in UpdateBundleNameIfNeeded()
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | resolveDepsRelation.cpp | 65 void DepsRelationResolver::CollectDepsIfNeeded(const std::string &ohmurl) in CollectDepsIfNeeded() 139 util::VisitStaticImports<true>(program, pair.second, [this](const std::string &ohmurl) { in CollectStaticImportDepsRelation() 152 util::VisitDyanmicImports<true>(func.second, [this](const std::string &ohmurl) { in CollectDynamicImportDepsRelation()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 280 void CompileAbcClassJob::UpdateBundleNameOfOhmurl(std::string &ohmurl) in UpdateBundleNameOfOhmurl() 295 … util::VisitDyanmicImports<false>(function, [this, &prog, pkgContextInfo](std::string &ohmurl) { in UpdateDynamicImport() 314 util::VisitStaticImports<false>(*prog, record, [this, pkgContextInfo](std::string &ohmurl) { in UpdateStaticImport() 348 util::VisitStaticImports<false>(*prog, record, [this, options](std::string &ohmurl) { in UpdatePkgNameOfImportOhmurl() 358 util::VisitDyanmicImports<false>(function, [this, options](std::string &ohmurl) { in UpdatePkgNameOfImportOhmurl()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 1020 CVector<CString> ModulePathHelper::SplitNormalizedOhmurl(const CString &ohmurl) in SplitNormalizedOhmurl()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5619 const std::string &moduleName, const std::string &ohmurl, bool isSingletonPattern) in ExecuteWithSingletonPatternFlag() 5635 const std::string &moduleName, const std::string &ohmurl) in IsExecuteModuleInAbcFile()
|