Home
last modified time | relevance | path

Searched refs:last_gc_end_timestamp_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dheap.cc146 last_gc_end_timestamp_(0.0), in Heap()
6648 if (heap_->last_gc_end_timestamp_ > 0) { in GCTracer()
6649 spent_in_mutator_ = Max(start_time_ - heap_->last_gc_end_timestamp_, 0.0); in GCTracer()
6666 bool first_gc = (heap_->last_gc_end_timestamp_ == 0); in ~GCTracer()
6669 heap_->last_gc_end_timestamp_ = OS::TimeCurrentMillis(); in ~GCTracer()
6671 int time = static_cast<int>(heap_->last_gc_end_timestamp_ - start_time_); in ~GCTracer()
Dheap.h2018 double last_gc_end_timestamp_; variable