Home | History | Annotate | Download | only in gc

Lines Matching refs:last_gc_time_ns_

224   last_gc_time_ns_ = NanoTime();
1231 if (UNLIKELY(gc_start_time_ns == last_gc_time_ns_)) {
1234 uint64_t ms_delta = NsToMs(gc_start_time_ns - last_gc_time_ns_);
1797 last_gc_time_ns_ = NanoTime();