Searched refs:CaptureRegisters (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dast.cc695 result = result.Union(children->at(i)->CaptureRegisters());
700 Interval RegExpAlternative::CaptureRegisters() { function in class:v8::internal::RegExpAlternative
705 Interval RegExpDisjunction::CaptureRegisters() { function in class:v8::internal::RegExpDisjunction
710 Interval RegExpLookahead::CaptureRegisters() { function in class:v8::internal::RegExpLookahead
711 return body()->CaptureRegisters();
715 Interval RegExpCapture::CaptureRegisters() { function in class:v8::internal::RegExpCapture
717 return self.Union(body()->CaptureRegisters());
721 Interval RegExpQuantifier::CaptureRegisters() { function in class:v8::internal::RegExpQuantifier
722 return body()->CaptureRegisters();
H A Dast.h2612 virtual Interval CaptureRegisters() { return Interval::Empty(); } function in class:v8::internal::RegExpTree
2630 virtual Interval CaptureRegisters() OVERRIDE;
2651 virtual Interval CaptureRegisters() OVERRIDE;
2824 virtual Interval CaptureRegisters() OVERRIDE;
2859 virtual Interval CaptureRegisters() OVERRIDE;
2889 virtual Interval CaptureRegisters() OVERRIDE;
H A Djsregexp.cc4939 Interval capture_registers = body->CaptureRegisters();

Completed in 192 milliseconds