Searched refs:spent_in_mutator_ (Results 1 – 2 of 2) sorted by relevance
5646 spent_in_mutator_(0), in GCTracer()5668 spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0); in GCTracer()5691 static_cast<int>(spent_in_mutator_)); in ~GCTracer()5708 static_cast<int>(spent_in_mutator_)); in ~GCTracer()
2114 double spent_in_mutator_; variable