Lines Matching refs:alt
2602 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) {
2604 AddAlternative(alt);
2605 loop_node_ = alt.node();
2608 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) {
2610 AddAlternative(alt);
2611 continue_node_ = alt.node();
3816 GuardedAlternative& alt = alts->at(i);
3817 if (alt.guards() != nullptr && alt.guards()->length() != 0) {
3822 alt.node()->FillInBMInfo(isolate, offset, budget, bm, not_at_start);