Home
last modified time | relevance | path

Searched refs:max_matches_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Djsregexp-inl.h33 if (num_matches_ < max_matches_) { in FetchNext()
Djsregexp.cc719 max_matches_ = register_array_size_ / registers_per_match_; in GlobalCache()
724 max_matches_ = 1; in GlobalCache()
735 current_match_index_ = max_matches_ - 1; in GlobalCache()
736 num_matches_ = max_matches_; in GlobalCache()
Djsregexp.h149 int max_matches_; variable