Searched refs:total_dex2oat_invocation_count (Results 1 – 1 of 1) sorted by relevance
2177 uint32_t total_dex2oat_invocation_count = compilation_options.CompilationUnitCount(); in Compile() local2178 ReportNextBootAnimationProgress(dex2oat_invocation_count, total_dex2oat_invocation_count); in Compile()2180 ReportNextBootAnimationProgress(++dex2oat_invocation_count, total_dex2oat_invocation_count); in Compile()