HomeSort by relevance Sort by last modified time
    Searched refs:CaptureRegisters (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/
ast.cc 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();
    [all...]
ast.h     [all...]
jsregexp.cc     [all...]

Completed in 111 milliseconds