Lines Matching refs:alternatives
1973 // alternatives list.
2656 // This class is used when generating the alternatives in a choice node. It
3116 // At this point we need to generate slow checks for the alternatives where
3538 that->info()->AddFromFollowing(that->alternatives()->at(i).node()->info());
3620 *that->alternatives()->at(i).node()->eats_at_least_info());
3729 for (int i = 0; i < that->alternatives()->length(); i++) {
3730 EnsureAnalyzed(that->alternatives()->at(i).node());
3737 DCHECK_EQ(that->alternatives()->length(), 2); // Just loop and continue.
3753 DCHECK_EQ(that->alternatives()->length(), 2); // Lookaround and continue.
3813 ZoneList<GuardedAlternative>* alts = alternatives();