Home
last modified time | relevance | path

Searched refs:increment_number (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1806 isolate->heap_histograms()[type].increment_number(1); in CollectHistogramInfo()
1928 allocated_histogram_[type].increment_number(1); in RecordAllocation()
1936 promoted_histogram_[type].increment_number(1); in RecordPromotion()
Dspaces.h1942 void increment_number(int num) { number_ += num; } in increment_number() function