OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_match_index_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/
jsregexp-inl.h
52
current_match_index_
++;
53
if (
current_match_index_
>= num_matches_) {
62
®ister_array_[(
current_match_index_
- 1) * registers_per_match_];
86
current_match_index_
= 0;
89
return ®ister_array_[
current_match_index_
* registers_per_match_];
95
int index =
current_match_index_
* registers_per_match_;
jsregexp.h
170
int
current_match_index_
;
member in class:v8::internal::RegExpImpl::GlobalCache
[
all
...]
jsregexp.cc
753
current_match_index_
= max_matches_ - 1;
758
®ister_array_[
current_match_index_
* registers_per_match_];
[
all
...]
Completed in 1233 milliseconds