Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dgc-tracer.cc187 previous_mark_compact_end_time_(0) { in GCTracer()
232 previous_mark_compact_end_time_ = 0; in ResetForTesting()
1121 if (previous_mark_compact_end_time_ == 0) { in RecordMutatorUtilization()
1124 previous_mark_compact_end_time_ = mark_compact_end_time; in RecordMutatorUtilization()
1127 mark_compact_end_time - previous_mark_compact_end_time_; in RecordMutatorUtilization()
1141 previous_mark_compact_end_time_ = mark_compact_end_time; in RecordMutatorUtilization()
Dgc-tracer.h539 double previous_mark_compact_end_time_; variable