Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc957 float heavyweight_ratio; member
1049 stats->heavyweight_ratio = stats->heavyweight_ops / count; in ComputeSkipCompilation()
1056 << stats->heavyweight_ratio << ", arr:" in ComputeSkipCompilation()
1063 if (stats->has_computational_loop && (stats->heavyweight_ratio < 0.04)) { in ComputeSkipCompilation()
1095 (stats->heavyweight_ratio > 0.3)) { in ComputeSkipCompilation()
1097 std::to_string(stats->heavyweight_ratio); in ComputeSkipCompilation()