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

  /external/v8/src/
counters.h 249 // TODO(bmeurer): Remove this when HistogramTimerScope is fixed.
264 class HistogramTimerScope BASE_EMBEDDED {
266 explicit HistogramTimerScope(HistogramTimer* timer,
282 ~HistogramTimerScope() {
    [all...]
compiler.cc     [all...]
api.cc     [all...]
  /external/v8/src/heap/
incremental-marking.cc 529 HistogramTimerScope incremental_marking_scope(
    [all...]
heap.cc 820 HistogramTimerScope incremental_marking_scope(
    [all...]
  /external/v8/src/parsing/
parser.cc 785 // see comment for HistogramTimerScope class.
791 HistogramTimerScope timer_scope(isolate->counters()->parse(), true);
    [all...]

Completed in 96 milliseconds