Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h1791 HistogramTimer* GCTypeTimer(GarbageCollector collector);
Dheap.cc848 HistogramTimer* Heap::GCTypeTimer(GarbageCollector collector) { in GCTypeTimer() function in v8::internal::Heap
1007 HistogramTimer* gc_type_timer = GCTypeTimer(collector); in CollectGarbage()