Searched refs:object_counts_ (Results 1 – 2 of 2) sorted by relevance
125 memset(object_counts_, 0, sizeof(object_counts_)); in ClearObjectStats()170 PrintF("\"count\": %zu, ", object_counts_[index]); in PrintInstanceTypeJSON()226 stream << "\"count\":" << object_counts_[index] << ","; in DumpInstanceTypeData()276 MemCopy(object_counts_last_time_, object_counts_, sizeof(object_counts_)); in CheckpointObjectStats()298 object_counts_[type]++; in RecordObjectStats()306 object_counts_[FIRST_VIRTUAL_TYPE + type]++; in RecordVirtualObjectStats()
144 size_t object_counts_[OBJECT_STATS_COUNT]; variable