Home | History | Annotate | Download | only in src

Lines Matching refs:CaptureRegisters

695     result = result.Union(children->at(i)->CaptureRegisters());
700 Interval RegExpAlternative::CaptureRegisters() {
705 Interval RegExpDisjunction::CaptureRegisters() {
710 Interval RegExpLookahead::CaptureRegisters() {
711 return body()->CaptureRegisters();
715 Interval RegExpCapture::CaptureRegisters() {
717 return self.Union(body()->CaptureRegisters());
721 Interval RegExpQuantifier::CaptureRegisters() {
722 return body()->CaptureRegisters();