Lines Matching defs:center
1674 LoopChoiceNode* center = zone->New<LoopChoiceNode>(
1676 if (not_at_start && !compiler->read_backward()) center->set_not_at_start();
1679 ActionNode::IncrementRegister(reg_ctr, center))
1680 : static_cast<RegExpNode*>(center);
1708 center->AddLoopAlternative(body_alt);
1709 center->AddContinueAlternative(rest_alt);
1711 center->AddContinueAlternative(rest_alt);
1712 center->AddLoopAlternative(body_alt);
1715 return ActionNode::SetRegisterForLoop(reg_ctr, 0, center);
1717 return center;