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