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

  /external/v8/src/
counters.cc 281 timer->Start(counter, stats->current_timer_);
282 stats->current_timer_ = timer;
289 if (stats->current_timer_ == timer) {
290 stats->current_timer_ = timer->Stop();
295 RuntimeCallTimer* next = stats->current_timer_;
305 DCHECK_NOT_NULL(stats->current_timer_);
307 stats->current_timer_->counter_ = counter;
counters.h 781 RuntimeCallTimer* current_timer() { return current_timer_; }
785 RuntimeCallTimer* current_timer_ = NULL; member in class:v8::internal::RuntimeCallStats
    [all...]

Completed in 47 milliseconds