Searched defs:ohmurl (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 60 std::string GetPkgNameFromNormalizedOhmurl(const std::string &ohmurl) in GetPkgNameFromNormalizedOhmurl() 72 std::string GetRecordNameFromNormalizedOhmurl(const std::string &ohmurl) in GetRecordNameFromNormalizedOhmurl() 83 bool IsExternalPkgNames(const std::string &ohmurl, const std::set<std::string> &externalPkgNames) in IsExternalPkgNames() 92 std::string UpdatePackageVersionIfNeeded(const std::string &ohmurl, in UpdatePackageVersionIfNeeded()
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | resolveDepsRelation.cpp | 61 void DepsRelationResolver::CollectDepsIfNeeded(const std::string &ohmurl) in CollectDepsIfNeeded() 135 util::VisitStaticImports<true>(program, pair.second, [this](const std::string &ohmurl) { in CollectStaticImportDepsRelation() 148 util::VisitDyanmicImports<true>(func.second, [this](const std::string &ohmurl) { in CollectDynamicImportDepsRelation()
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 193 … util::VisitDyanmicImports<false>(function, [this, &prog, pkgContextInfo](std::string &ohmurl) { in UpdateDynamicImportPackageVersion() 209 util::VisitStaticImports<false>(*prog, record, [this, pkgContextInfo](std::string &ohmurl) { in UpdateStaticImportPackageVersion()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 1039 CVector<CString> ModulePathHelper::SplitNormalizedOhmurl(const CString &ohmurl) in SplitNormalizedOhmurl()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 5073 const std::string &moduleName, const std::string &ohmurl, bool isSingletonPattern) in ExecuteWithSingletonPatternFlag() 5091 const std::string &moduleName, const std::string &ohmurl) in IsExecuteModuleInAbcFile()
|