Lines Matching defs:MethodStats
836 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;
846 float fp_ratio;
847 float array_ratio;
848 float branch_ratio;
849 float heavyweight_ratio;