HomeSort by relevance Sort by last modified time
    Searched refs:HistogramTimerScope (Results 1 - 8 of 8) sorted by null

  /external/v8/src/
counters.h 223 class HistogramTimerScope BASE_EMBEDDED {
225 explicit HistogramTimerScope(HistogramTimer* timer) :
229 ~HistogramTimerScope() {
compiler.cc 61 HistogramTimerScope timer(&Counters::variable_allocation);
177 HistogramTimerScope timer(rate);
385 HistogramTimerScope timer(&Counters::compile_lazy);
rewriter.cc 823 HistogramTimerScope timer(&Counters::rewriting);
844 HistogramTimerScope timer(&Counters::ast_optimization);
usage-analyzer.cc 422 HistogramTimerScope timer(&Counters::usage_analysis);
parser.cc     [all...]
heap.cc 380 HistogramTimerScope scope(&Counters::gc_context);
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 308 HistogramTimerScope codegen_timer(&Counters::code_generation);
498 HistogramTimerScope deferred_timer(&Counters::deferred_code_generation);
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc 156 HistogramTimerScope codegen_timer(&Counters::code_generation);
346 HistogramTimerScope deferred_timer(&Counters::deferred_code_generation);
    [all...]

Completed in 124 milliseconds