HomeSort by relevance Sort by last modified time
    Searched refs:CaptureRegisters (Results 1 - 3 of 3) 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...]
jsregexp.cc     [all...]

Completed in 45 milliseconds