HomeSort by relevance Sort by last modified time
    Searched refs: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_];
66 current_match_index_ = 0;
69 return &register_array_[current_match_index_ * registers_per_match_];
75 int index = current_match_index_ * registers_per_match_;
jsregexp.h 136 int current_match_index_; member in class:v8::internal::RegExpImpl::GlobalCache
    [all...]
jsregexp.cc 691 current_match_index_ = max_matches_ - 1;
696 &register_array_[current_match_index_ * registers_per_match_];
    [all...]

Completed in 195 milliseconds