Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler_stats.h118 size_t stat_index = static_cast<size_t>(stat); variable
119 DCHECK_LT(stat_index, arraysize(compile_stats_));
120 compile_stats_[stat_index] += count;
124 size_t stat_index = static_cast<size_t>(stat); in GetStat() local
125 DCHECK_LT(stat_index, arraysize(compile_stats_)); in GetStat()
126 return compile_stats_[stat_index]; in GetStat()