OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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