Home
last modified time | relevance | path

Searched defs:MethodStats (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dmir_analysis.cc944 struct MethodStats { struct
945 int dex_instructions;
946 int math_ops;
947 int fp_ops;
948 int array_ops;
949 int branch_ops;
950 int heavyweight_ops;
951 bool has_computational_loop;
952 bool has_switch;
953 float math_ratio;
[all …]