Searched refs:object_statistics (Results 1 – 4 of 4) sorted by relevance
77 std::vector<HeapStatistics::ObjectStatsEntry>& object_statistics, in RecordObjectType() argument84 if (object_statistics.size() <= type_index) { in RecordObjectType()85 object_statistics.resize(type_index + 1); in RecordObjectType()87 object_statistics[type_index].allocated_bytes += object_size; in RecordObjectType()88 object_statistics[type_index].object_count++; in RecordObjectType()179 current_page_stats_->object_statistics, &header, in VisitHeapObjectHeader()
60 std::vector<ObjectStatsEntry> object_statistics; member
784 bool GetHeapObjectStatisticsAtLastGC(HeapObjectStatistics* object_statistics,794 bool GetHeapCodeAndMetadataStatistics(HeapCodeStatistics* object_statistics);
8965 HeapObjectStatistics* object_statistics, size_t type_index) { in GetHeapObjectStatisticsAtLastGC() argument8966 if (!object_statistics) return false; in GetHeapObjectStatisticsAtLastGC()8984 object_statistics->object_type_ = object_type; in GetHeapObjectStatisticsAtLastGC()8985 object_statistics->object_sub_type_ = object_sub_type; in GetHeapObjectStatisticsAtLastGC()8986 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()8987 object_statistics->object_size_ = object_size; in GetHeapObjectStatisticsAtLastGC()