Home
last modified time | relevance | path

Searched refs:BoyerMooreLookahead (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.h21 class BoyerMooreLookahead; variable
486 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
511 void SaveBMInfo(BoyerMooreLookahead* bm, bool not_at_start, int offset) { in SaveBMInfo()
528 BoyerMooreLookahead* bm_info(bool not_at_start) { in bm_info()
540 void set_bm_info(bool not_at_start, BoyerMooreLookahead* bm) { in set_bm_info()
555 BoyerMooreLookahead* bm_info_[2];
569 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
622 BoyerMooreLookahead* bm, bool not_at_start);
701 BoyerMooreLookahead* bm, bool not_at_start);
760 BoyerMooreLookahead* bm, bool not_at_start);
[all …]
Djsregexp.cc2297 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
2324 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
2961 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo()
3062 BoyerMooreLookahead* lookahead = bm_info(not_at_start); in EmitBoundaryCheck()
3069 BoyerMooreLookahead* bm = in EmitBoundaryCheck()
3070 new(zone()) BoyerMooreLookahead(eats_at_least, compiler, zone()); in EmitBoundaryCheck()
3670 BoyerMooreLookahead::BoyerMooreLookahead( in BoyerMooreLookahead() function in v8::internal::BoyerMooreLookahead
3689 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { in FindWorthwhileInterval()
3711 int BoyerMooreLookahead::FindBestInterval( in FindBestInterval()
3764 int BoyerMooreLookahead::GetSkipTable(int min_lookahead, in GetSkipTable()
[all …]