Home | History | Annotate | Download | only in src

Lines Matching refs:start_time_

5639     : start_time_(0.0),
5655 start_time_ = OS::TimeCurrentMillis();
5668 spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0);
5682 int time = static_cast<int>(heap_->last_gc_end_timestamp_ - start_time_);