Searched refs:object_counts_ (Results 1 – 2 of 2) sorted by relevance
1302 object_counts_[type]++; in RecordObjectStats()1314 object_counts_[code_sub_type_index]++; in RecordCodeSubTypeStats()1316 object_counts_[code_age_index]++; in RecordCodeSubTypeStats()1322 object_counts_[FIRST_FIXED_ARRAY_SUB_TYPE + array_sub_type]++; in RecordFixedArraySubTypeStats()1955 size_t object_counts_[OBJECT_STATS_COUNT]; variable
6088 memset(object_counts_, 0, sizeof(object_counts_)); in ClearObjectStats()6106 static_cast<int>(object_counts_[name])); \ in CheckpointObjectStats()6119 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()6131 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()6144 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()6154 MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_)); in CheckpointObjectStats()