Searched refs:increment_bytes (Results 1 – 3 of 3) sorted by relevance
106 number_and_size.increment_bytes(size); in InsertIntoTree()842 strings.increment_bytes(info[type].bytes()); in CalculateStringsStats()852 agg_snapshot_->info()[type].increment_bytes(obj->Size()); in CollectStats()
1597 isolate->heap_histograms()[type].increment_bytes(obj->Size()); in CollectHistogramInfo()1727 allocated_histogram_[type].increment_bytes(obj->Size()); in RecordAllocation()1735 promoted_histogram_[type].increment_bytes(obj->Size()); in RecordPromotion()
1277 void increment_bytes(int size) { bytes_ += size; } in increment_bytes() function