Searched defs:math_ratio (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_analysis.cc953 float math_ratio; member in struct:art::MethodStats
1045 stats->math_ratio = stats->math_ops / count;
1053 << stats->math_ratio << ", fp:"
1079 if (stats->math_ratio > 0.3) {

Completed in 1158 milliseconds