Home | History | Annotate | Download | only in gc

Lines Matching refs:kTimeAdjust

457   uint64_t allocation_time = static_cast<uint64_t>(total_allocation_time_) * kTimeAdjust;
567 allocation_start = NanoTime() / kTimeAdjust;
609 total_allocation_time_.fetch_add(NanoTime() / kTimeAdjust - allocation_start);