Lines Matching defs:speed
1072 double speed = bytes / durations;
1075 if (speed >= max_speed) return max_speed;
1076 if (speed <= min_speed) return min_speed;
1077 return speed;
1197 // MarkCompact speed is more stable than incremental marking speed, because
1206 // No data for the incremental marking speed.
1207 // Return the non-incremental mark-compact speed.
1211 // Combine the speed of incremental step and the speed of the final step.