Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc114 combined_mark_compact_speed_cache_(0.0), in GCTracer()
130 combined_mark_compact_speed_cache_ = 0.0; in ResetForTesting()
275 combined_mark_compact_speed_cache_ = 0.0; in Stop()
283 combined_mark_compact_speed_cache_ = 0.0; in Stop()
776 if (combined_mark_compact_speed_cache_ > 0) in CombinedMarkCompactSpeedInBytesPerMillisecond()
777 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
784 combined_mark_compact_speed_cache_ = in CombinedMarkCompactSpeedInBytesPerMillisecond()
789 combined_mark_compact_speed_cache_ = speed1 * speed2 / (speed1 + speed2); in CombinedMarkCompactSpeedInBytesPerMillisecond()
791 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
Dgc-tracer.h422 double combined_mark_compact_speed_cache_; variable