Home
last modified time | relevance | path

Searched refs:max_number_of_chars (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2799 for (int max_number_of_chars = 4; max_number_of_chars < kMaxMax; in FindWorthwhileInterval()
2800 max_number_of_chars *= 2) { in FindWorthwhileInterval()
2802 FindBestInterval(max_number_of_chars, biggest_points, from, to); in FindWorthwhileInterval()
2810 // max_number_of_chars that can occur at this position. Calculates the number
2814 int BoyerMooreLookahead::FindBestInterval(int max_number_of_chars, in FindBestInterval() argument
2820 while (i < length_ && Count(i) > max_number_of_chars) i++; in FindBestInterval()
2825 for (; i < length_ && Count(i) <= max_number_of_chars; i++) { in FindBestInterval()
H A Dregexp-compiler.h214 int FindBestInterval(int max_number_of_chars, int old_biggest_points,

Completed in 9 milliseconds