Searched refs:RegExpQuantifier (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/regexp/
H A Dregexp-ast.cc60 Interval RegExpQuantifier::CaptureRegisters() {
246 void* RegExpUnparser::VisitQuantifier(RegExpQuantifier* that, void* data) {
H A Dregexp-ast.h372 class RegExpQuantifier final : public RegExpTree {
375 RegExpQuantifier(int min, int max, QuantifierType type, RegExpTree* body) function in class:v8::internal::final
392 RegExpQuantifier* AsQuantifier() override;
H A Dregexp-parser.cc605 RegExpQuantifier::QuantifierType quantifier_type = RegExpQuantifier::GREEDY;
607 quantifier_type = RegExpQuantifier::NON_GREEDY;
611 quantifier_type = RegExpQuantifier::POSSESSIVE;
1752 int min, int max, RegExpQuantifier::QuantifierType quantifier_type) {
1795 terms_.Add(new (zone()) RegExpQuantifier(min, max, quantifier_type, atom),
H A Dregexp-parser.h116 RegExpQuantifier::QuantifierType type);
H A Djsregexp.cc5433 RegExpNode* RegExpQuantifier::ToNode(RegExpCompiler* compiler,
5482 RegExpNode* RegExpQuantifier::ToNode(int min,
6652 RegExpNode* loop_node = RegExpQuantifier::ToNode(

Completed in 167 milliseconds