Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1849 HistogramTimer* GCTypeTimer(GarbageCollector collector);
Dheap.cc847 HistogramTimer* Heap::GCTypeTimer(GarbageCollector collector) { in GCTypeTimer() function in v8::internal::Heap
1011 HistogramTimerScope histogram_timer_scope(GCTypeTimer(collector)); in CollectGarbage()