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()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()
422 double combined_mark_compact_speed_cache_; variable