Home | History | Annotate | Download | only in src

Lines Matching refs:LoopChoiceNode

1580 void LoopChoiceNode::Accept(NodeVisitor* visitor) {
2418 int LoopChoiceNode::EatsAtLeast(int still_to_find,
2863 RegExpNode* LoopChoiceNode::FilterASCII(int depth, bool ignore_case) {
2955 void LoopChoiceNode::GetQuickCheckDetails(QuickCheckDetails* details,
2968 void LoopChoiceNode::FillInBMInfo(int offset,
3495 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) {
3502 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) {
3509 void LoopChoiceNode::Emit(RegExpCompiler* compiler, Trace* trace) {
4955 LoopChoiceNode* center = new(zone) LoopChoiceNode(body->min_match() == 0,
5752 void Analysis::VisitLoopChoice(LoopChoiceNode* that) {