Home
last modified time | relevance | path

Searched refs:GuardedAlternative (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Djsregexp.h1034 class GuardedAlternative {
1036 explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { } in GuardedAlternative() function
1054 : alternatives_(new ZoneList<GuardedAlternative>(expected_size)), in ChoiceNode()
1059 void AddAlternative(GuardedAlternative node) { alternatives()->Add(node); } in AddAlternative()
1060 ZoneList<GuardedAlternative>* alternatives() { return alternatives_; } in alternatives()
1083 int GreedyLoopTextLengthForAlternative(GuardedAlternative* alternative);
1084 ZoneList<GuardedAlternative>* alternatives_;
1095 GuardedAlternative alternative,
1109 explicit NegativeLookaheadChoiceNode(GuardedAlternative this_must_fail, in NegativeLookaheadChoiceNode()
1110 GuardedAlternative then_do_this) in NegativeLookaheadChoiceNode()
[all …]
Djsregexp.cc1243 void GuardedAlternative::AddGuard(Guard* guard) { in AddGuard()
2669 GuardedAlternative* alternative) { in GreedyLoopTextLengthForAlternative()
2691 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) { in AddLoopAlternative()
2698 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) { in AddContinueAlternative()
2879 GuardedAlternative alternative = alternatives_->at(i); in Emit()
2950 GuardedAlternative alternative = alternatives_->at(i); in Emit()
3052 GuardedAlternative alternative, in EmitOutOfLineContinuation()
3413 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
3418 GuardedAlternative alt = that->alternatives()->at(i); in VisitChoice()
3728 GuardedAlternative alternative(alternatives->at(i)->ToNode(compiler, in ToNode()
[all …]