Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.h150 void SetInterval(const Interval& interval);
183 void SetInterval(int map_number, const Interval& interval) { in SetInterval() function in v8::internal::BoyerMooreLookahead
187 info->SetInterval(Interval(interval.from(), max_char_)); in SetInterval()
189 info->SetInterval(interval); in SetInterval()
H A Dregexp-compiler.cc2699 SetInterval(Interval(character, character)); in Set()
2753 void BoyerMoorePositionInfo::SetInterval(const Interval& interval) { in SetInterval() function in v8::internal::BoyerMoorePositionInfo
3869 bm->SetInterval(offset, Interval(range.from(), to)); in FillInBMInfo()

Completed in 8 milliseconds