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.cc127 combined_mark_compact_speed_cache_(0.0), in GCTracer()
251 combined_mark_compact_speed_cache_ = 0.0; in Stop()
258 combined_mark_compact_speed_cache_ = 0.0; in Stop()
798 if (combined_mark_compact_speed_cache_ > 0) in CombinedMarkCompactSpeedInBytesPerMillisecond()
799 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
808 combined_mark_compact_speed_cache_ = in CombinedMarkCompactSpeedInBytesPerMillisecond()
813 combined_mark_compact_speed_cache_ = speed1 * speed2 / (speed1 + speed2); in CombinedMarkCompactSpeedInBytesPerMillisecond()
815 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
Dgc-tracer.h595 double combined_mark_compact_speed_cache_; variable