Searched refs:PkgInfo (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | commonUtil.h | 33 struct PkgInfo; 59 const std::unordered_map<std::string, PkgInfo> &pkgContextInfo);
|
H A D | helpers.h | 45 struct PkgInfo { struct 53 std::unordered_map<std::string, PkgInfo> pkgContextInfo; 56 std::unordered_map<std::string, std::unordered_map<std::string, PkgInfo>> updateVersionInfo;
|
H A D | commonUtil.cpp | 93 const std::unordered_map<std::string, PkgInfo> &pkgContextInfo) in UpdatePackageVersionIfNeeded()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | compileQueue.cpp | 223 const std::unordered_map<std::string, panda::es2panda::PkgInfo> &pkgContextInfo) in UpdateDynamicImportPackageVersion() 239 const std::unordered_map<std::string, panda::es2panda::PkgInfo> &pkgContextInfo) in UpdateStaticImportPackageVersion() 257 const std::unordered_map<std::string, panda::es2panda::PkgInfo> &pkgContextInfo = isAccurateUpdateVersion ? in UpdatePackageVersion() 312 std::unordered_map<std::string, std::unordered_map<std::string, panda::es2panda::PkgInfo>> updateVersionInfo = in NeedUpdateVersion()
|
H A D | compileQueue.h | 131 const std::unordered_map<std::string, panda::es2panda::PkgInfo> &pkgContextInfo); 133 const std::unordered_map<std::string, panda::es2panda::PkgInfo> &pkgContextInfo);
|
/arkcompiler/ets_frontend/es2panda/aot/ |
H A D | options.cpp | 246 std::unordered_map<std::string, std::unordered_map<std::string, PkgInfo>> updateVersionInfo {}; in ParseUpdateVersionInfo() 252 std::unordered_map<std::string, PkgInfo> pkgContextMap {}; in ParseUpdateVersionInfo() 254 PkgInfo pkgInfo; in ParseUpdateVersionInfo() 264 std::unordered_map<std::string, PkgInfo> pkgContextMap {}; in ParseUpdateVersionInfo() 266 PkgInfo pkgInfo; in ParseUpdateVersionInfo()
|
/arkcompiler/ets_frontend/es2panda/ |
H A D | es2panda.h | 35 struct PkgInfo;
|
Completed in 5 milliseconds