Home
last modified time | relevance | path

Searched refs:compileEntries (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/aot/
H A DresolveDepsRelation.cpp97 for (auto &entryRecord : compileContextInfo_.compileEntries) { in Resolve()
H A Doptions.cpp300 if (!compileContextInfoJson.contains("compileEntries") || !compileContextInfoJson.contains("hspPkgNames")) { in ParseCompileContextInfo()
304 if (!compileContextInfoJson["compileEntries"].is_array() || !compileContextInfoJson["hspPkgNames"].is_array()) { in ParseCompileContextInfo()
315 compilerOptions_.compileContextInfo.compileEntries = compileContextInfoJson["compileEntries"]; in ParseCompileContextInfo()
322 return compilerOptions_.enableAbcInput && !compilerOptions_.compileContextInfo.compileEntries.empty(); in NeedCollectDepsRelation()
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h51 std::vector<std::string> compileEntries; member

Completed in 3 milliseconds