Lines Matching refs:not_at_start
2260 bool not_at_start) {
2265 not_at_start);
2270 BoyerMooreLookahead* bm, bool not_at_start) {
2274 on_success()->FillInBMInfo(isolate, offset, budget - 1, bm, not_at_start);
2276 SaveBMInfo(bm, not_at_start, offset);
2282 bool not_at_start) {
2289 if (assertion_type() == AT_START && not_at_start) return still_to_find;
2292 not_at_start);
2297 BoyerMooreLookahead* bm, bool not_at_start) {
2299 if (assertion_type() == AT_START && not_at_start) return;
2300 on_success()->FillInBMInfo(isolate, offset, budget - 1, bm, not_at_start);
2301 SaveBMInfo(bm, not_at_start, offset);
2307 bool not_at_start) {
2312 not_at_start);
2318 bool not_at_start) {
2331 bool not_at_start) {
2336 return node->EatsAtLeast(still_to_find, budget - 1, not_at_start);
2342 bool not_at_start) {
2346 return node->GetQuickCheckDetails(details, compiler, filled_in, not_at_start);
2353 bool not_at_start) {
2362 node->EatsAtLeast(still_to_find, budget, not_at_start);
2372 bool not_at_start) {
2376 not_at_start);
2382 bool not_at_start) {
2386 not_at_start);
2510 bool not_at_start) {
2923 bool not_at_start) {
2929 not_at_start);
2934 BoyerMooreLookahead* bm, bool not_at_start) {
2937 SaveBMInfo(bm, not_at_start, offset);
2940 ChoiceNode::FillInBMInfo(isolate, offset, budget - 1, bm, not_at_start);
2941 SaveBMInfo(bm, not_at_start, offset);
2948 bool not_at_start) {
2949 not_at_start = (not_at_start || not_at_start_);
2955 not_at_start);
2961 not_at_start);
3034 bool not_at_start = (trace->at_start() == Trace::FALSE_VALUE);
3035 BoyerMooreLookahead* lookahead = bm_info(not_at_start);
3040 not_at_start));
3044 FillInBMInfo(isolate, 0, kRecursionBudget, bm, not_at_start);
3117 bool not_at_start) {
3118 if (assertion_type_ == AT_START && not_at_start) {
3125 not_at_start);
3877 GreedyLoopState::GreedyLoopState(bool not_at_start) {
3879 if (not_at_start) counter_backtrack_trace_.set_at_start(Trace::FALSE_VALUE);
3936 GreedyLoopState greedy_loop_state(not_at_start());
4006 if (not_at_start()) greedy_match_trace.set_at_start(Trace::FALSE_VALUE);
5137 bool not_at_start) {
5208 if (not_at_start && !compiler->read_backward()) {
5224 if (not_at_start && !compiler->read_backward()) center->set_not_at_start();
6058 bool not_at_start) {
6062 SaveBMInfo(bm, not_at_start, offset);
6071 BoyerMooreLookahead* bm, bool not_at_start) {
6078 SaveBMInfo(bm, not_at_start, offset);
6081 alt.node()->FillInBMInfo(isolate, offset, budget, bm, not_at_start);
6083 SaveBMInfo(bm, not_at_start, offset);
6088 BoyerMooreLookahead* bm, bool not_at_start) {
6094 if (initial_offset == 0) set_bm_info(not_at_start, bm);
6102 if (initial_offset == 0) set_bm_info(not_at_start, bm);
6136 if (initial_offset == 0) set_bm_info(not_at_start, bm);
6141 if (initial_offset == 0) set_bm_info(not_at_start, bm);