Searched refs:increment_bytes (Results 1 – 2 of 2) sorted by relevance
1649 isolate->heap_histograms()[type].increment_bytes(obj->Size()); in CollectHistogramInfo()1772 allocated_histogram_[type].increment_bytes(obj->Size()); in RecordAllocation()1780 promoted_histogram_[type].increment_bytes(obj->Size()); in RecordPromotion()
1683 void increment_bytes(int size) { bytes_ += size; } in increment_bytes() function