Searched refs:RegExpDisjunction (Results 1 – 4 of 4) sorted by relevance
705 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
130 class RegExpDisjunction; variable2623 class RegExpDisjunction FINAL : public RegExpTree {2625 explicit RegExpDisjunction(ZoneList<RegExpTree*>* alternatives);2629 virtual RegExpDisjunction* AsDisjunction() OVERRIDE;
135 return new(zone()) RegExpDisjunction(alternatives_.GetList(zone())); in ToRegExp()
4843 RegExpNode* RegExpDisjunction::ToNode(RegExpCompiler* compiler, in ToNode()