Searched refs:objects_stats_ (Results 1 – 2 of 2) sorted by relevance
86 std::fill(begin(objects_stats_), end(objects_stats_), in GCInstanceStats()96 objects_stats_[index].AddValue(value); in AddObjectsValue()131 std::array<SimpleHistogram<uint64_t>, OBJECT_TYPE_STATS_SIZE> objects_stats_; variable
270 … << objects_stats_[ToIndex(ObjectTypeStats::MOVED_OBJECTS)].GetGeneralStatistic() << "\n"; in GetDump()284 …auto young_total_freed_obj = objects_stats_[ToIndex(ObjectTypeStats::YOUNG_FREED_OBJECTS)].GetSum(… in GetYoungSpaceDump()310 auto total_freed_obj = objects_stats_[ToIndex(ObjectTypeStats::ALL_FREED_OBJECTS)].GetSum(); in GetAllSpacesDump()