Lines Matching defs:step
483 const ConditionFunction1& cond, const StepFunction1& step)
487 step_(step) {}
529 auto step = [=](TNode<Number> i) { return NumberAdd(i, OneConstant()); };
530 return {this, initial_value, cond, step};
533 ForBuilder0 Forever(TNode<Number> initial_value, const StepFunction1& step) {
535 step};
542 const ConditionFunction1& cond, const StepFunction1& step,
547 step_(step),
601 const StepFunction1& step, TNode<Object> initial_arg0) {
602 return {this, initial_value, cond, step, initial_arg0};
611 auto step = [=](TNode<Number> i) { return NumberAdd(i, OneConstant()); };
612 return {this, initial_value, cond, step, initial_arg0};
1499 StepFunction1 step;
1505 step = [&](TNode<Number> i) { return NumberAdd(i, one); };
1509 step = [&](TNode<Number> i) { return NumberSubtract(i, one); };
1529 Forever(k, step).Do([&](TNode<Number> k) {
1548 k = step(found_initial_element.PhiAt<Number>(0));
1553 For1(k, cond, step, accumulator)
1569 TNode<Number> next_k = step(k);
3035 // the ToObject step of Object.prototype.isPrototypeOf is a no-op).
3612 // optimized, applying the initial step of the overload resolution algorithm: