Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc182 combined_mark_compact_speed_cache_(0.0), in GCTracer()
218 combined_mark_compact_speed_cache_ = 0.0; in ResetForTesting()
408 combined_mark_compact_speed_cache_ = 0.0; in UpdateStatistics()
1195 if (combined_mark_compact_speed_cache_ > 0) in CombinedMarkCompactSpeedInBytesPerMillisecond()
1196 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
1200 combined_mark_compact_speed_cache_ = MarkCompactSpeedInBytesPerMillisecond(); in CombinedMarkCompactSpeedInBytesPerMillisecond()
1201 if (combined_mark_compact_speed_cache_ > 0) in CombinedMarkCompactSpeedInBytesPerMillisecond()
1202 return combined_mark_compact_speed_cache_; in CombinedMarkCompactSpeedInBytesPerMillisecond()
1208 combined_mark_compact_speed_cache_ = in CombinedMarkCompactSpeedInBytesPerMillisecond()
1213 combined_mark_compact_speed_cache_ = speed1 * speed2 / (speed1 + speed2); in CombinedMarkCompactSpeedInBytesPerMillisecond()
[all …]
Dgc-tracer.h530 double combined_mark_compact_speed_cache_; variable