Searched refs:kRegexpCapture (Results 1 – 9 of 9) sorted by relevance
39 case kRegexpCapture: in ~Regexp()267 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()361 case kRegexpCapture: in TopEqual()397 case kRegexpCapture: in Equal()433 case kRegexpCapture: in Equal()508 if (re->op() == kRegexpCapture) in PreVisit()542 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()586 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
72 case kRegexpCapture: in ComputeSimple()227 case kRegexpCapture: { in PostVisit()234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit()
126 kRegexpCapture, enumerator330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
95 case kRegexpCapture: in PreVisit()276 case kRegexpCapture: in PostVisit()
170 case kRegexpCapture: in PostVisit()
825 case kRegexpCapture: in PostVisit()886 case kRegexpCapture: in IsAnchorStart()934 case kRegexpCapture: in IsAnchorEnd()
635 case kRegexpCapture: in PostVisit()
614 re->op_ = kRegexpCapture; in DoRightParen()
122 case kRegexpCapture: in DumpRegexpAppending()