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

/external/v8/src/heap/
H A Dspaces.cc2211 isolate->heap_histograms()[type].increment_number(1);
2331 allocated_histogram_[type].increment_number(1);
2339 promoted_histogram_[type].increment_number(1);
H A Dheap.h501 void increment_number(int num) { number_ += num; } function in class:v8::internal::GarbageCollectionReason::BASE_EMBEDDED

Completed in 59 milliseconds