Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_compilation_log.cc210 time_t backoff = kSecondsPerDay / 2; in ShouldAttemptCompile() local
211 for (auto it = entries_.crbegin(); it != entries_.crend(); ++it, backoff *= 2) { in ShouldAttemptCompile()
222 const time_t threshold = last_attempt + backoff; in ShouldAttemptCompile()