Home
last modified time | relevance | path

Searched refs:max_match_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dast.cc962 max_match_ = first_alternative->max_match(); in RegExpDisjunction()
966 max_match_ = Max(max_match_, alternative->max_match()); in RegExpDisjunction()
983 max_match_ = 0; in RegExpAlternative()
989 max_match_ = IncreaseBy(max_match_, node_max_match); in RegExpAlternative()
Dast.h2635 virtual int max_match() OVERRIDE { return max_match_; } in max_match()
2640 int max_match_; variable
2656 virtual int max_match() OVERRIDE { return max_match_; } in max_match()
2661 int max_match_; variable
2808 max_match_ = kInfinity; in RegExpQuantifier()
2810 max_match_ = max * body->max_match(); in RegExpQuantifier()
2827 virtual int max_match() OVERRIDE { return max_match_; } in max_match()
2840 int max_match_; variable