Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc1461 BootImages boot_images_to_generate{ in CheckBootClasspathArtifactsAreUpToDate() local
1468 if (boot_images_to_generate.Count() == 0) { in CheckBootClasspathArtifactsAreUpToDate()
1472 return boot_images_to_generate; in CheckBootClasspathArtifactsAreUpToDate()
1663 BootImages boot_images_to_generate = CheckBootClasspathArtifactsAreUpToDate( in CheckArtifactsAreUpToDate() local
1665 if (boot_images_to_generate.Count() > 0) { in CheckArtifactsAreUpToDate()
1667 boot_images_to_generate); in CheckArtifactsAreUpToDate()
2190 for (const auto& [isa, boot_images_to_generate] : in Compile()
2196 CompileBootClasspath(staging_dir, isa, boot_images_to_generate, advance_animation_progress); in Compile()
2198 metrics.SetBcpCompilationType(stage, boot_images_to_generate.GetTypeForMetrics()); in Compile()