Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_analysis.cc846 struct MethodStats { struct
847 int dex_instructions;
848 int math_ops;
849 int fp_ops;
850 int array_ops;
851 int branch_ops;
852 int heavyweight_ops;
853 bool has_computational_loop;
854 bool has_switch;
855 float math_ratio;
[all …]