Home | History | Annotate | Download | only in src

Lines Matching refs:last_gc_end_timestamp_

146       last_gc_end_timestamp_(0.0),
6648 if (heap_->last_gc_end_timestamp_ > 0) {
6649 spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0);
6666 bool first_gc = (heap_->last_gc_end_timestamp_ == 0);
6669 heap_->last_gc_end_timestamp_ = OS::TimeCurrentMillis();
6671 int time = static_cast<int>(heap_->last_gc_end_timestamp_ - start_time_);