Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc836 struct MethodStats { struct
837 int dex_instructions;
838 int math_ops;
839 int fp_ops;
840 int array_ops;
841 int branch_ops;
842 int heavyweight_ops;
843 bool has_computational_loop;
844 bool has_switch;
845 float math_ratio;
[all …]