Home
last modified time | relevance | path

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

/art/odrefresh/
Dodrefresh.cc2177 uint32_t total_dex2oat_invocation_count = compilation_options.CompilationUnitCount(); in Compile() local
2178 ReportNextBootAnimationProgress(dex2oat_invocation_count, total_dex2oat_invocation_count); in Compile()
2180 ReportNextBootAnimationProgress(++dex2oat_invocation_count, total_dex2oat_invocation_count); in Compile()