Searched refs:mutator_speed (Results 1 – 2 of 2) sorted by relevance
1362 double mutator_speed = in PerformGarbageCollection() local1369 SetOldGenerationAllocationLimit(old_gen_size, gc_speed, mutator_speed); in PerformGarbageCollection()1372 DampenOldGenerationAllocationLimit(old_gen_size, gc_speed, mutator_speed); in PerformGarbageCollection()4055 static double ComputeMutatorUtilization(double mutator_speed, double gc_speed) { in ComputeMutatorUtilization() argument4058 if (mutator_speed == 0) return kMinMutatorUtilization; in ComputeMutatorUtilization()4067 return gc_speed / (mutator_speed + gc_speed); in ComputeMutatorUtilization()4072 double mutator_speed = static_cast<double>( in YoungGenerationMutatorUtilization() local4076 double result = ComputeMutatorUtilization(mutator_speed, gc_speed); in YoungGenerationMutatorUtilization()4081 result, mutator_speed, gc_speed); in YoungGenerationMutatorUtilization()4088 double mutator_speed = static_cast<double>( in OldGenerationMutatorUtilization() local[all …]
710 double mutator_speed);1846 double mutator_speed);1855 double mutator_speed);