Home
last modified time | relevance | path

Searched defs:ohmurl (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.cpp60 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/
DresolveDepsRelation.cpp61 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/
DcompileQueue.cpp193 … 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/
Dmodule_path_helper.cpp1039 CVector<CString> ModulePathHelper::SplitNormalizedOhmurl(const CString &ohmurl) in SplitNormalizedOhmurl()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5073 const std::string &moduleName, const std::string &ohmurl, bool isSingletonPattern) in ExecuteWithSingletonPatternFlag()
5091 const std::string &moduleName, const std::string &ohmurl) in IsExecuteModuleInAbcFile()