Home
last modified time | relevance | path

Searched refs:mutator_speed (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dheap.cc1362 double mutator_speed = in PerformGarbageCollection() local
1369 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() argument
4058 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() local
4076 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 …]
Dheap.h710 double mutator_speed);
1846 double mutator_speed);
1855 double mutator_speed);