• Home
  • Raw
  • Download

Lines Matching refs:not_at_start

450   virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start) = 0;
468 bool not_at_start) = 0;
486 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() argument
511 void SaveBMInfo(BoyerMooreLookahead* bm, bool not_at_start, int offset) { in SaveBMInfo() argument
512 if (offset == 0) set_bm_info(not_at_start, bm); in SaveBMInfo()
528 BoyerMooreLookahead* bm_info(bool not_at_start) { in bm_info() argument
529 return bm_info_[not_at_start ? 1 : 0]; in bm_info()
540 void set_bm_info(bool not_at_start, BoyerMooreLookahead* bm) { in set_bm_info() argument
541 bm_info_[not_at_start ? 1 : 0] = bm; in set_bm_info()
569 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() argument
570 on_success_->FillInBMInfo(isolate, offset, budget - 1, bm, not_at_start); in FillInBMInfo()
571 if (offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
613 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
617 bool not_at_start) { in GetQuickCheckDetails() argument
619 details, compiler, filled_in, not_at_start); in GetQuickCheckDetails()
622 BoyerMooreLookahead* bm, bool not_at_start);
689 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
693 bool not_at_start);
701 BoyerMooreLookahead* bm, bool not_at_start);
754 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
758 bool not_at_start);
760 BoyerMooreLookahead* bm, bool not_at_start);
790 bool not_at_start);
794 bool not_at_start) { in GetQuickCheckDetails() argument
798 BoyerMooreLookahead* bm, bool not_at_start);
815 bool not_at_start) { return 0; } in EatsAtLeast() argument
819 bool not_at_start) { in GetQuickCheckDetails() argument
824 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() argument
907 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
911 bool not_at_start);
915 bool not_at_start);
917 BoyerMooreLookahead* bm, bool not_at_start);
920 bool not_at_start() { return not_at_start_; } in not_at_start() function
979 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
983 bool not_at_start);
985 BoyerMooreLookahead* bm, bool not_at_start) { in FillInBMInfo() argument
987 not_at_start); in FillInBMInfo()
988 if (offset == 0) set_bm_info(not_at_start, bm); in FillInBMInfo()
1013 virtual int EatsAtLeast(int still_to_find, int budget, bool not_at_start);
1017 bool not_at_start);
1019 BoyerMooreLookahead* bm, bool not_at_start);
1353 explicit GreedyLoopState(bool not_at_start);