Home | History | Annotate | Download | only in src

Lines Matching refs:LoopChoiceNode

1330 void LoopChoiceNode::Accept(NodeVisitor* visitor) {
1801 LoopChoiceNode::EatsAtLeast(int still_to_find,
2155 void LoopChoiceNode::GetQuickCheckDetails(QuickCheckDetails* details,
2691 LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) {
2698 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) {
2705 void LoopChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) {
3872 LoopChoiceNode* center = new LoopChoiceNode(body->min_match() == 0);
4905 void Analysis::VisitLoopChoice(LoopChoiceNode* that) {
4981 int LoopChoiceNode::ComputeFirstCharacterSet(int budget) {