Lines Matching defs:HT
36 #define HISTOGRAM_TIMER_LIST(HT) \
38 HT(gc_compactor, V8.GCCompactor) \
39 HT(gc_scavenger, V8.GCScavenger) \
40 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
42 HT(parse, V8.Parse) \
43 HT(parse_lazy, V8.ParseLazy) \
44 HT(pre_parse, V8.PreParse) \
46 HT(compile, V8.Compile) \
47 HT(compile_eval, V8.CompileEval) \
48 HT(compile_lazy, V8.CompileLazy) \
50 HT(rewriting, V8.Rewriting) \
51 HT(usage_analysis, V8.UsageAnalysis) \
52 HT(variable_allocation, V8.VariableAllocation) \
53 HT(ast_optimization, V8.ASTOptimization) \
54 HT(code_generation, V8.CodeGeneration) \
55 HT(deferred_code_generation, V8.DeferredCodeGeneration)
199 #define HT(name, caption) \
201 HISTOGRAM_TIMER_LIST(HT)
202 #undef HT