Searched defs:kProfilerTicksBeforeReenablingOptimization (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Druntime-profiler.cc32 static const int kProfilerTicksBeforeReenablingOptimization = 250; member in namespace:v8::internal
39 STATIC_ASSERT(kProfilerTicksBeforeReenablingOptimization < 256);
258 if (ticks >= kProfilerTicksBeforeReenablingOptimization) {
353 if (ticks >= kProfilerTicksBeforeReenablingOptimization) {

Completed in 75 milliseconds