Home
last modified time | relevance | path

Searched refs:terms_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc42 terms_(ZoneAllocator<RegExpTree*>{zone}), in RegExpBuilder()
87 SmallRegExpTreeVector terms_;
2114 terms_.emplace_back(text_.back()); in FlushText()
2120 terms_.emplace_back(text); in FlushText()
2188 terms_.emplace_back(term); in AddAtom()
2195 terms_.emplace_back(term); in AddTerm()
2201 terms_.emplace_back(assert); in AddAssertion()
2209 size_t num_terms = terms_.size(); in FlushTerms()
2214 alternative = terms_.back(); in FlushTerms()
2218 base::VectorOf(terms_ in FlushTerms()
[all...]
H A Dregexp-compiler-tonode.cc1087 RegExpAssertion* t = terms_->at(i)->AsAssertion(); in RationalizeConsecutiveAtoms()
1092 terms_->Set(i, zone_->New<RegExpEmpty>()); in RationalizeConsecutiveAtoms()
1114 terms_->Set(from, cc); in RationalizeConsecutiveAtoms()
1118 for (int i = from + 1; i < to; i++) terms_->Set(i, empty); in RationalizeConsecutiveAtoms()
1123 : zone_(zone), terms_(terms) {} in RationalizeConsecutiveAtoms()
1126 ZoneList<RegExpTree*>* terms_; in RationalizeConsecutiveAtoms() member in v8::__anon14975::final

Completed in 6 milliseconds