Home
last modified time | relevance | path

Searched defs:gc_speed (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/heap/
Dheap.cc1386 double gc_speed = tracer()->CombinedMarkCompactSpeedInBytesPerMillisecond(); in PerformGarbageCollection() local
4102 static double ComputeMutatorUtilization(double mutator_speed, double gc_speed) { in ComputeMutatorUtilization()
4121 double gc_speed = in YoungGenerationMutatorUtilization() local
4137 double gc_speed = static_cast<double>( in OldGenerationMutatorUtilization() local
5286 double Heap::HeapGrowingFactor(double gc_speed, double mutator_speed) { in HeapGrowingFactor()
5325 void Heap::SetOldGenerationAllocationLimit(size_t old_gen_size, double gc_speed, in SetOldGenerationAllocationLimit()
5365 double gc_speed, in DampenOldGenerationAllocationLimit()