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

  /external/v8/src/
ast.cc 854 result = result.Union(children->at(i)->CaptureRegisters());
859 Interval RegExpAlternative::CaptureRegisters() {
864 Interval RegExpDisjunction::CaptureRegisters() {
869 Interval RegExpLookahead::CaptureRegisters() {
870 return body()->CaptureRegisters();
874 Interval RegExpCapture::CaptureRegisters() {
876 return self.Union(body()->CaptureRegisters());
880 Interval RegExpQuantifier::CaptureRegisters() {
881 return body()->CaptureRegisters();
ast.h     [all...]

Completed in 21 milliseconds