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

/external/v8/src/heap/
H A Dgc-tracer.cc114 combined_mark_compact_speed_cache_(0.0),
130 combined_mark_compact_speed_cache_ = 0.0;
269 combined_mark_compact_speed_cache_ = 0.0;
277 combined_mark_compact_speed_cache_ = 0.0;
757 if (combined_mark_compact_speed_cache_ > 0)
758 return combined_mark_compact_speed_cache_;
765 combined_mark_compact_speed_cache_ =
770 combined_mark_compact_speed_cache_ = speed1 * speed2 / (speed1 + speed2);
772 return combined_mark_compact_speed_cache_;
H A Dgc-tracer.h409 double combined_mark_compact_speed_cache_; member in class:v8::internal::GCTracer

Completed in 135 milliseconds