Searched refs:BoyerMooreLookahead (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.h | 23 class BoyerMooreLookahead; variable 516 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 539 void SaveBMInfo(BoyerMooreLookahead* bm, bool not_at_start, int offset) { in SaveBMInfo() 556 BoyerMooreLookahead* bm_info(bool not_at_start) { in bm_info() 568 void set_bm_info(bool not_at_start, BoyerMooreLookahead* bm) { in set_bm_info() 583 BoyerMooreLookahead* bm_info_[2]; 597 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 650 BoyerMooreLookahead* bm, bool not_at_start); 731 BoyerMooreLookahead* bm, bool not_at_start); 790 BoyerMooreLookahead* bm, bool not_at_start); [all …]
|
D | jsregexp.cc | 2236 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 2261 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 2886 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 2987 BoyerMooreLookahead* lookahead = bm_info(not_at_start); in EmitBoundaryCheck() 2994 BoyerMooreLookahead* bm = in EmitBoundaryCheck() 2995 new(zone()) BoyerMooreLookahead(eats_at_least, compiler, zone()); in EmitBoundaryCheck() 3598 BoyerMooreLookahead::BoyerMooreLookahead( in BoyerMooreLookahead() function in v8::internal::BoyerMooreLookahead 3617 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { in FindWorthwhileInterval() 3639 int BoyerMooreLookahead::FindBestInterval( in FindBestInterval() 3692 int BoyerMooreLookahead::GetSkipTable(int min_lookahead, in GetSkipTable() [all …]
|