Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc1353 double gc_speed = tracer()->CombinedMarkCompactSpeedInBytesPerMillisecond(); in PerformGarbageCollection() local
4020 static double ComputeMutatorUtilization(double mutator_speed, double gc_speed) { in ComputeMutatorUtilization()
4039 double gc_speed = static_cast<double>( in YoungGenerationMutatorUtilization() local
4055 double gc_speed = static_cast<double>( in OldGenerationMutatorUtilization() local
4942 double Heap::HeapGrowingFactor(double gc_speed, double mutator_speed) { in HeapGrowingFactor()
4973 double gc_speed, in SetOldGenerationAllocationLimit()
5019 double gc_speed, in DampenOldGenerationAllocationLimit()