Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp-inl.h28 current_match_index_++; in FetchNext()
29 if (current_match_index_ >= num_matches_) { in FetchNext()
38 &register_array_[(current_match_index_ - 1) * registers_per_match_]; in FetchNext()
61 current_match_index_ = 0; in FetchNext()
64 return &register_array_[current_match_index_ * registers_per_match_]; in FetchNext()
70 int index = current_match_index_ * registers_per_match_; in LastSuccessfulMatch()
Djsregexp.h161 int current_match_index_; variable
Djsregexp.cc648 current_match_index_ = max_matches_ - 1; in GlobalCache()
653 &register_array_[current_match_index_ * registers_per_match_]; in GlobalCache()