Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1807 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()
Dspaces.h1945 void increment_bytes(int size) { bytes_ += size; } in increment_bytes() function