Home | History | Annotate | Download | only in src

Lines Matching refs:HT

300 #define HISTOGRAM_TIMER_LIST(HT)                             \
302 HT(gc_compactor, V8.GCCompactor) \
303 HT(gc_scavenger, V8.GCScavenger) \
304 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
305 HT(gc_idle_notification, V8.GCIdleNotification) \
306 HT(gc_incremental_marking, V8.GCIncrementalMarking) \
307 HT(gc_low_memory_notification, V8.GCLowMemoryNotification) \
309 HT(parse, V8.Parse) \
310 HT(parse_lazy, V8.ParseLazy) \
311 HT(pre_parse, V8.PreParse) \
313 HT(compile, V8.Compile) \
314 HT(compile_eval, V8.CompileEval) \
316 HT(compile_serialize, V8.CompileSerialize) \
317 HT(compile_deserialize, V8.CompileDeserialize)
566 #define HT(name, caption) \
568 HISTOGRAM_TIMER_LIST(HT)
569 #undef HT
657 #define HT(name, caption) \
659 HISTOGRAM_TIMER_LIST(HT)
660 #undef HT