Home | History | Annotate | Download | only in src

Lines Matching defs:HT

38 #define HISTOGRAM_TIMER_LIST(HT)                                      \
40 HT(gc_compactor, V8.GCCompactor) \
41 HT(gc_scavenger, V8.GCScavenger) \
42 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
44 HT(parse, V8.Parse) \
45 HT(parse_lazy, V8.ParseLazy) \
46 HT(pre_parse, V8.PreParse) \
48 HT(compile, V8.Compile) \
49 HT(compile_eval, V8.CompileEval) \
50 HT(compile_lazy, V8.CompileLazy)
256 #define HT(name, caption) \
258 HISTOGRAM_TIMER_LIST(HT)
259 #undef HT
286 #define HT(name, caption) \
288 HISTOGRAM_TIMER_LIST(HT)
289 #undef HT