Home | History | Annotate | Download | only in regexp

Lines Matching refs:BoyerMooreLookahead

2301                               BoyerMooreLookahead* bm, bool not_at_start) {
2328 BoyerMooreLookahead* bm, bool not_at_start) {
2965 BoyerMooreLookahead* bm, bool not_at_start) {
3066 BoyerMooreLookahead* lookahead = bm_info(not_at_start);
3073 BoyerMooreLookahead* bm =
3074 new(zone()) BoyerMooreLookahead(eats_at_least, compiler, zone());
3674 BoyerMooreLookahead::BoyerMooreLookahead(
3693 bool BoyerMooreLookahead::FindWorthwhileInterval(int* from, int* to) {
3715 int BoyerMooreLookahead::FindBestInterval(
3768 int BoyerMooreLookahead::GetSkipTable(int min_lookahead,
3795 void BoyerMooreLookahead::EmitSkipInstructions(RegExpMacroAssembler* masm) {
4129 BoyerMooreLookahead* bm = bm_info(false);
4136 bm = new(zone()) BoyerMooreLookahead(eats_at_least,
6392 BoyerMooreLookahead* bm,
6406 BoyerMooreLookahead* bm, bool not_at_start) {
6423 BoyerMooreLookahead* bm, bool not_at_start) {