Home
last modified time | relevance | path

Searched refs:RegExpDisjunction (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dast.cc705 Interval RegExpDisjunction::CaptureRegisters() { in CaptureRegisters()
758 bool RegExpDisjunction::IsAnchoredAtStart() { in IsAnchoredAtStart()
768 bool RegExpDisjunction::IsAnchoredAtEnd() { in IsAnchoredAtEnd()
812 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { in VisitDisjunction()
957 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives) in RegExpDisjunction() function in v8::internal::RegExpDisjunction
Dast.h130 class RegExpDisjunction; variable
2623 class RegExpDisjunction FINAL : public RegExpTree {
2625 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);
2629 virtual RegExpDisjunction* AsDisjunction() OVERRIDE;
Dparser.cc135 return new(zone()) RegExpDisjunction(alternatives_.GetList(zone())); in ToRegExp()
Djsregexp.cc4843 RegExpNode* RegExpDisjunction::ToNode(RegExpCompiler* compiler, in ToNode()