Lines Matching refs:RegExpDisjunction
822 Interval RegExpDisjunction::CaptureRegisters() {
875 bool RegExpDisjunction::IsAnchoredAtStart() {
885 bool RegExpDisjunction::IsAnchoredAtEnd() {
936 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) {
1083 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives)