Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpTree

663   RegExp##Name* RegExpTree::As##Name() {                             \
666 bool RegExpTree::Is##Name() { return false; }
679 static Interval ListCaptureRegisters(ZoneList<RegExpTree*>* children) {
724 ZoneList<RegExpTree*>* nodes = this->nodes();
726 RegExpTree* node = nodes->at(i);
735 ZoneList<RegExpTree*>* nodes = this->nodes();
737 RegExpTree* node = nodes->at(i);
746 ZoneList<RegExpTree*>* alternatives = this->alternatives();
756 ZoneList<RegExpTree*>* alternatives = this->alternatives();
902 if (that->max() == RegExpTree::kInfinity) {
944 SmartArrayPointer<const char> RegExpTree::ToString() {
951 RegExpDisjunction::RegExpDisjunction(ZoneList<RegExpTree*>* alternatives)
954 RegExpTree* first_alternative = alternatives->at(0);
958 RegExpTree* alternative = alternatives->at(i);
965 RegExpAlternative::RegExpAlternative(ZoneList<RegExpTree*>* nodes)
971 RegExpTree* node = nodes->at(i);