Home
last modified time | relevance | path

Searched refs:compileContextInfoJson (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp242 void Options::ParseUpdateVersionInfo(nlohmann::json &compileContextInfoJson) in ParseUpdateVersionInfo() argument
244 if (compileContextInfoJson.contains("updateVersionInfo") && in ParseUpdateVersionInfo()
245 compileContextInfoJson["updateVersionInfo"].is_object()) { in ParseUpdateVersionInfo()
247 for (const auto& [abcName, versionInfo] : compileContextInfoJson["updateVersionInfo"].items()) { in ParseUpdateVersionInfo()
262 } else if (compileContextInfoJson.contains("pkgContextInfo") && in ParseUpdateVersionInfo()
263 compileContextInfoJson["pkgContextInfo"].is_object()) { in ParseUpdateVersionInfo()
265 for (const auto& [pkgName, pkgContextInfo] : compileContextInfoJson["pkgContextInfo"].items()) { in ParseUpdateVersionInfo()
299 nlohmann::json compileContextInfoJson = nlohmann::json::parse(buffer); in ParseCompileContextInfo() local
300 if (!compileContextInfoJson.contains("compileEntries") || !compileContextInfoJson in ParseCompileContextInfo()
[all...]
H A Doptions.h160 void ParseUpdateVersionInfo(nlohmann::json &compileContextInfoJson);

Completed in 2 milliseconds