Searched refs:spent_in_mutator_ (Results 1 – 2 of 2) sorted by relevance
6629 spent_in_mutator_(0), in GCTracer()6649 spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0); in GCTracer()6680 static_cast<int>(spent_in_mutator_)); in ~GCTracer()6727 static_cast<int>(spent_in_mutator_)); in ~GCTracer()
2488 double spent_in_mutator_; variable