HomeSort by relevance Sort by last modified time
    Searched full:branch_ratio (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/
mir_analysis.cc 858 float branch_ratio; member in struct:art::MethodStats
949 stats->branch_ratio = stats->branch_ops / count;
957 << stats->branch_ratio << ", hw:"
971 stats->branch_ratio > 0.3) {

Completed in 58 milliseconds