HomeSort by relevance Sort by last modified time
    Searched defs:CaptureRegisters (Results 1 - 2 of 2) 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...]

Completed in 482 milliseconds