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 848 float branch_ratio; member in struct:art::MethodStats
937 stats->branch_ratio = stats->branch_ops / count;
945 << stats->branch_ratio << ", hw:"
959 stats->branch_ratio > 0.3) {

Completed in 133 milliseconds