Home
last modified time | relevance | path

Searched refs:kMaxLookaheadForBoyerMoore (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h46 constexpr int kMaxLookaheadForBoyerMoore = 8; member
H A Dregexp-compiler.cc2166 std::min(kMaxLookaheadForBoyerMoore, EatsAtLeast(not_at_start)); in EmitBoundaryCheck()
3212 eats_at_least = std::min(kMaxLookaheadForBoyerMoore, EatsAtLeast(false)); in EmitOptimizedUnanchoredSearch()
H A Dregexp.cc162 int length = std::min(kMaxLookaheadForBoyerMoore, pattern->length()); in HasFewDifferentCharacters()

Completed in 11 milliseconds