Searched refs:BoyerMooreLookahead (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/regexp/ |
D | jsregexp.h | 20 class BoyerMooreLookahead; variable 503 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 528 void SaveBMInfo(BoyerMooreLookahead* bm, bool not_at_start, int offset) { in SaveBMInfo() 545 BoyerMooreLookahead* bm_info(bool not_at_start) { in bm_info() 557 void set_bm_info(bool not_at_start, BoyerMooreLookahead* bm) { in set_bm_info() 572 BoyerMooreLookahead* bm_info_[2]; 586 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 639 BoyerMooreLookahead* bm, bool not_at_start); 707 BoyerMooreLookahead* bm, bool not_at_start); 766 BoyerMooreLookahead* bm, bool not_at_start); [all …]
|
D | jsregexp.cc | 2270 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 2297 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 2934 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() 3035 BoyerMooreLookahead* lookahead = bm_info(not_at_start); in EmitBoundaryCheck() 3042 BoyerMooreLookahead* bm = in EmitBoundaryCheck() 3043 new(zone()) BoyerMooreLookahead(eats_at_least, compiler, zone()); in EmitBoundaryCheck() 3616 BoyerMooreLookahead::BoyerMooreLookahead( in BoyerMooreLookahead() function in v8::internal::BoyerMooreLookahead 3635 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) { in FindWorthwhileInterval() 3657 int BoyerMooreLookahead::FindBestInterval( in FindBestInterval() 3710 int BoyerMooreLookahead::GetSkipTable(int min_lookahead, in GetSkipTable() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 987 0.12^3577719^HTMLParserThrea^chrome ^[.] v8::internal::BoyerMooreLookahead::FindBestI… 989 --- v8::internal::BoyerMooreLookahead::FindBestInterval(int, int, int*, int*)
|