Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc882 void GCTracer::RecordMutatorUtilization(double mark_compact_end_time, in RecordMutatorUtilization() argument
887 previous_mark_compact_end_time_ = mark_compact_end_time; in RecordMutatorUtilization()
890 mark_compact_end_time - previous_mark_compact_end_time_; in RecordMutatorUtilization()
904 previous_mark_compact_end_time_ = mark_compact_end_time; in RecordMutatorUtilization()