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

  /external/v8/src/regexp/
jsregexp-inl.h 29 current_match_index_++;
30 if (current_match_index_ >= num_matches_) {
39 &register_array_[(current_match_index_ - 1) * registers_per_match_];
63 current_match_index_ = 0;
66 return &register_array_[current_match_index_ * registers_per_match_];
72 int index = current_match_index_ * registers_per_match_;
jsregexp.h 142 int current_match_index_; member in class:v8::internal::RegExpImpl::GlobalCache
    [all...]
jsregexp.cc 683 current_match_index_ = max_matches_ - 1;
688 &register_array_[current_match_index_ * registers_per_match_];
    [all...]

Completed in 80 milliseconds