Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dmark_compact.cc2107 int32_t max_backoff = 10; // max native priority. in ZeropageIoctl() local
2132 max_backoff -= prio; in ZeropageIoctl()
2135 if (backoff_count < max_backoff) { in ZeropageIoctl()
2156 int32_t max_backoff = 10; // max native priority. in CopyIoctl() local
2187 max_backoff -= prio; in CopyIoctl()
2190 if (backoff_count < max_backoff) { in CopyIoctl()