Searched refs:combined_mark_compact_speed_cache_ (Results 1 – 2 of 2) sorted by relevance
114 combined_mark_compact_speed_cache_(0.0), in GCTracer()130 combined_mark_compact_speed_cache_ = 0.0; in ResetForTesting()269 combined_mark_compact_speed_cache_ = 0.0; in Stop()277 combined_mark_compact_speed_cache_ = 0.0; in Stop()757 if (combined_mark_compact_speed_cache_ > 0) in CombinedMarkCompactSpeedInBytesPerMillisecond()758 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()765 combined_mark_compact_speed_cache_ = in CombinedMarkCompactSpeedInBytesPerMillisecond()770 combined_mark_compact_speed_cache_ = speed1 * speed2 / (speed1 + speed2); in CombinedMarkCompactSpeedInBytesPerMillisecond()772 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
409 double combined_mark_compact_speed_cache_; variable