HomeSort by relevance Sort by last modified time
    Searched refs:max_matches_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/regexp/
jsregexp-inl.h 32 if (num_matches_ < max_matches_) {
jsregexp.h 135 int max_matches_; member in class:v8::internal::RegExpImpl::GlobalCache
    [all...]
jsregexp.cc 677 max_matches_ = register_array_size_ / registers_per_match_;
682 max_matches_ = 1;
693 current_match_index_ = max_matches_ - 1;
694 num_matches_ = max_matches_;
    [all...]

Completed in 3850 milliseconds