Home | History | Annotate | Download | only in src

Lines Matching refs:HT

39 #define HISTOGRAM_TIMER_LIST(HT)                                      \
41 HT(gc_compactor, V8.GCCompactor) \
42 HT(gc_scavenger, V8.GCScavenger) \
43 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
45 HT(parse, V8.Parse) \
46 HT(parse_lazy, V8.ParseLazy) \
47 HT(pre_parse, V8.PreParse) \
49 HT(compile, V8.Compile) \
50 HT(compile_eval, V8.CompileEval) \
51 HT(compile_lazy, V8.CompileLazy)
280 #define HT(name, caption) \
282 HISTOGRAM_TIMER_LIST(HT)
283 #undef HT
354 #define HT(name, caption) \
356 HISTOGRAM_TIMER_LIST(HT)
357 #undef HT