Home
last modified time | relevance | path

Searched refs:jars_to_compile (Results 1 – 2 of 2) sorted by relevance

/art/odrefresh/
Dodrefresh.cc1063 /*out*/ std::set<std::string>* jars_to_compile, in CheckSystemServerArtifactsAreUpToDate() argument
1066 *jars_to_compile = AllSystemServerJars(); in CheckSystemServerArtifactsAreUpToDate()
1094 *jars_to_compile = jars_missing_artifacts_on_system; in CheckSystemServerArtifactsAreUpToDate()
1227 std::inserter(*jars_to_compile, jars_to_compile->end())); in CheckSystemServerArtifactsAreUpToDate()
1228 if (!jars_to_compile->empty()) { in CheckSystemServerArtifactsAreUpToDate()
1240 *jars_to_compile = jars_missing_artifacts_on_data; in CheckSystemServerArtifactsAreUpToDate()
1474 std::vector<std::string> jars_to_compile = boot_classpath_compilable_jars_; in CompileBootClasspathArtifacts() local
1477 std::remove_if(jars_to_compile.begin(), jars_to_compile.end(), [](const std::string& jar) { in CompileBootClasspathArtifacts()
1480 jars_to_compile.erase(end, jars_to_compile.end()); in CompileBootClasspathArtifacts()
1483 for (const std::string& component : jars_to_compile) { in CompileBootClasspathArtifacts()
[all …]
Dodrefresh.h181 /*out*/ std::set<std::string>* jars_to_compile,