Home | History | Annotate | Download | only in src

Lines Matching full:ticks

69 // FLAG_type_info_threshold), but has seen a huge number of ticks,
72 // We only have one byte to store the number of ticks.
253 // a certain number of ticks.
258 // modify and reset the ticks until next adjustment.
293 int ticks = shared_code->profiler_ticks();
295 if (ticks >= kProfilerTicksBeforeOptimization) {
300 // ticks, optimize it now.
302 } else if (ticks >= kTicksWhenNotEnoughTypeInfo) {
305 shared_code->set_profiler_ticks(ticks + 1);
327 shared_code->set_profiler_ticks(ticks + 1);
374 // the ticks for the runtime profiler.