Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc76 static bool int32_overflow_reported = false; in TraceGCMetric() local
77 if (!int32_overflow_reported) { in TraceGCMetric()
80 int32_overflow_reported = true; in TraceGCMetric()