Home | History | Annotate | Download | only in src

Lines Matching refs:last_gc_end_timestamp_

146       last_gc_end_timestamp_(0.0),
7619 if (heap_->last_gc_end_timestamp_ > 0) {
7620 spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0);
7637 bool first_gc = (heap_->last_gc_end_timestamp_ == 0);
7640 heap_->last_gc_end_timestamp_ = OS::TimeCurrentMillis();
7642 double time = heap_->last_gc_end_timestamp_ - start_time_;