Searched defs:MethodStats (Results 1 – 1 of 1) sorted by relevance
944 struct MethodStats { struct945 int dex_instructions;946 int math_ops;947 int fp_ops;948 int array_ops;949 int branch_ops;950 int heavyweight_ops;951 bool has_computational_loop;952 bool has_switch;953 float math_ratio;[all …]