Searched refs:object_counts_ (Results 1 – 2 of 2) sorted by relevance
1809 object_counts_[type]++; in RecordObjectStats()1821 object_counts_[code_sub_type_index]++; in RecordCodeSubTypeStats()1823 object_counts_[code_age_index]++; in RecordCodeSubTypeStats()1829 object_counts_[FIRST_FIXED_ARRAY_SUB_TYPE + array_sub_type]++; in RecordFixedArraySubTypeStats()2337 size_t object_counts_[OBJECT_STATS_COUNT]; variable
7929 memset(object_counts_, 0, sizeof(object_counts_)); in ClearObjectStats()7946 static_cast<int>(object_counts_[name])); \ in CheckpointObjectStats()7959 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()7971 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()7984 static_cast<int>(object_counts_[index])); \ in CheckpointObjectStats()7994 OS::MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_)); in CheckpointObjectStats()