Searched refs:kRegexpCapture (Results 1 – 9 of 9) sorted by relevance
53 case kRegexpCapture: in ~Regexp()296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()392 case kRegexpCapture: in TopEqual()428 case kRegexpCapture: in Equal()464 case kRegexpCapture: in Equal()540 if (re->op() == kRegexpCapture) in PreVisit()579 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()627 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
133 kRegexpCapture, enumerator338 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()339 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
76 case kRegexpCapture: in ComputeSimple()244 } else if (re->op() == kRegexpCapture) { in PostVisit()495 case kRegexpCapture: { in PostVisit()502 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit()
102 case kRegexpCapture: in PreVisit()286 case kRegexpCapture: in PostVisit()
182 case kRegexpCapture: in PostVisit()
966 case kRegexpCapture: in PostVisit()1026 case kRegexpCapture: in IsAnchorStart()1073 case kRegexpCapture: in IsAnchorEnd()
632 case kRegexpCapture: in PostVisit()
702 re->op_ = kRegexpCapture; in DoRightParen()
122 case kRegexpCapture: in DumpRegexpAppending()