Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc399 int count = deferred_counters_[i]; in ReportStatisticsAfterGC()
400 deferred_counters_[i] = 0; in ReportStatisticsAfterGC()
410 deferred_counters_[feature]++; in IncrementDeferredCount()
5552 deferred_counters_[i] = 0; in SetUp()
Dheap.h2255 int deferred_counters_[v8::Isolate::kUseCounterFeatureCount]; variable