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

  /external/v8/src/
ast.cc 221 result = result.Union(children->at(i)->CaptureRegisters());
226 Interval RegExpAlternative::CaptureRegisters() {
231 Interval RegExpDisjunction::CaptureRegisters() {
236 Interval RegExpLookahead::CaptureRegisters() {
237 return body()->CaptureRegisters();
241 Interval RegExpCapture::CaptureRegisters() {
243 return self.Union(body()->CaptureRegisters());
247 Interval RegExpQuantifier::CaptureRegisters() {
248 return body()->CaptureRegisters();
ast.h     [all...]

Completed in 21 milliseconds