Searched refs:stat_index (Results 1 – 1 of 1) sorted by relevance
119 size_t stat_index = static_cast<size_t>(stat); variable120 DCHECK_LT(stat_index, arraysize(compile_stats_));121 compile_stats_[stat_index] += count;125 size_t stat_index = static_cast<size_t>(stat); in GetStat() local126 DCHECK_LT(stat_index, arraysize(compile_stats_)); in GetStat()127 return compile_stats_[stat_index]; in GetStat()