Home | History | Annotate | Download | only in src

Lines Matching refs:CaptureRegisters

682     result = result.Union(children->at(i)->CaptureRegisters());
687 Interval RegExpAlternative::CaptureRegisters() {
692 Interval RegExpDisjunction::CaptureRegisters() {
697 Interval RegExpLookahead::CaptureRegisters() {
698 return body()->CaptureRegisters();
702 Interval RegExpCapture::CaptureRegisters() {
704 return self.Union(body()->CaptureRegisters());
708 Interval RegExpQuantifier::CaptureRegisters() {
709 return body()->CaptureRegisters();