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.h29 current_match_index_++; in FetchNext()
30 if (current_match_index_ >= num_matches_) { in FetchNext()
39 &register_array_[(current_match_index_ - 1) * registers_per_match_]; in FetchNext()
63 current_match_index_ = 0; in FetchNext()
66 return &register_array_[current_match_index_ * registers_per_match_]; in FetchNext()
72 int index = current_match_index_ * registers_per_match_; in LastSuccessfulMatch()
Djsregexp.h142 int current_match_index_; variable
Djsregexp.cc683 current_match_index_ = max_matches_ - 1; in GlobalCache()
688 &register_array_[current_match_index_ * registers_per_match_]; in GlobalCache()