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

/art/runtime/gc/
H A Dheap.cc947 uint64_t current_time = NanoTime(); local
948 if (current_time >= heap_transition_or_trim_target_time_) {
951 wait_time = heap_transition_or_trim_target_time_ - current_time;
1312 const uint64_t current_time = NanoTime(); local
1318 current_time - last_time_homogeneous_space_compaction_by_oom_ >
1320 last_time_homogeneous_space_compaction_by_oom_ = current_time;
3042 uint64_t current_time = NanoTime(); local
3043 if (heap_transition_or_trim_target_time_ < current_time) {
3044 heap_transition_or_trim_target_time_ = current_time + kHeapTrimWait;

Completed in 92 milliseconds