Home
last modified time | relevance | path

Searched refs:current_time (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/
Dtask_processor.cc54 const uint64_t current_time = NanoTime(); in GetTask() local
59 if (!is_running_ || target_time <= current_time) { in GetTask()
63 DCHECK_GT(target_time, current_time); in GetTask()
65 const uint64_t delta_time = target_time - current_time; in GetTask()
Dtask_processor_test.cc121 const uint64_t current_time = NanoTime(); in TEST_F() local
128 orderings.push_back(std::make_pair(current_time + MsToNs(10U * i), i)); in TEST_F()
Dheap.cc1582 const uint64_t current_time = NanoTime(); in AllocateInternalWithGc() local
1588 current_time - last_time_homogeneous_space_compaction_by_oom_ > in AllocateInternalWithGc()
1590 last_time_homogeneous_space_compaction_by_oom_ = current_time; in AllocateInternalWithGc()