Searched refs:type_timer (Results 1 – 3 of 3) sorted by relevance
134 type_timer = type_priority_timer = nullptr; in RecordGCPhasesInfo()139 type_timer = counters->gc_compactor(); in RecordGCPhasesInfo()144 type_timer = counters->gc_finalize_reduce_memory(); in RecordGCPhasesInfo()154 type_timer = counters->gc_finalize_measure_memory(); in RecordGCPhasesInfo()157 type_timer = counters->gc_finalize(); in RecordGCPhasesInfo()
219 TimedHistogram* type_timer; variable
1846 if (record_gc_phases_info.type_timer) { in CollectGarbage()1847 histogram_timer_scope.emplace(record_gc_phases_info.type_timer, in CollectGarbage()1849 TRACE_EVENT0("v8", record_gc_phases_info.type_timer->name()); in CollectGarbage()