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