Home | History | Annotate | Download | only in interpreter

Lines Matching defs:timer_

55         RuntimeCallStats::Enter(stats_, &timer_, counter_id);
61 timer_.Start(counter, nullptr);
68 RuntimeCallStats::Leave(stats_, &timer_);
70 timer_.Stop();
77 RuntimeCallTimer timer_;