Searched defs:MethodStats (Results 1 – 1 of 1) sorted by relevance
846 struct MethodStats { struct847 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 …]