Searched refs:code_age_index (Results 1 – 1 of 1) sorted by relevance
45 int code_age_index = in RecordCodeSubTypeStats() local49 DCHECK(code_age_index >= FIRST_CODE_AGE_SUB_TYPE && in RecordCodeSubTypeStats()50 code_age_index < OBJECT_STATS_COUNT); in RecordCodeSubTypeStats()53 object_counts_[code_age_index]++; in RecordCodeSubTypeStats()54 object_sizes_[code_age_index] += size; in RecordCodeSubTypeStats()