Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc74 std::string overflow_counter_name = std::string(name) + " int32_t overflow"; in TraceGCMetric() local
75 ATraceIntegerValue(overflow_counter_name.c_str(), 1); in TraceGCMetric()