Lines Matching defs:steps
234 int steps = 0 ;
243 // consider adjusting steps downward:
244 // steps = 0
245 // steps -= NNN
246 // steps >>= 1
247 // steps = MIN(steps, 2000-100)
248 // if (iterations != 0) steps -= NNN
325 ++steps ;
326 if (ncpus > 1 && steps < SafepointSpinBeforeYield) {
329 if (steps < DeferThrSuspendLoopCount) {
332 os::yield_all(steps) ;