Lines Matching refs:preload
3934 PreloadState preload; in Emit() local
3935 preload.init(); in Emit()
3945 &preload, in Emit()
3954 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace); in Emit()
3960 &preload); in Emit()
3982 preload.preload_characters_, in Emit()
3991 PreloadState* preload, in EmitGreedyLoop() argument
4024 preload); in EmitGreedyLoop()
4091 PreloadState* preload) { in EmitChoices() argument
4093 SetUpPreLoad(compiler, trace, preload); in EmitChoices()
4106 alt_gen->quick_check_details.set_characters(preload->preload_characters_); in EmitChoices()
4110 new_trace.set_characters_preloaded(preload->preload_is_current_ ? in EmitChoices()
4111 preload->preload_characters_ : in EmitChoices()
4113 if (preload->preload_has_checked_bounds_) { in EmitChoices()
4114 new_trace.set_bound_checked_up_to(preload->preload_characters_); in EmitChoices()
4121 alt_gen->expects_preload = preload->preload_is_current_; in EmitChoices()
4126 compiler, trace, &new_trace, preload->preload_has_checked_bounds_, in EmitChoices()
4130 preload->preload_is_current_ = true; in EmitChoices()
4131 preload->preload_has_checked_bounds_ = true; in EmitChoices()
4137 new_trace.set_characters_preloaded(preload->preload_characters_); in EmitChoices()
4138 new_trace.set_bound_checked_up_to(preload->preload_characters_); in EmitChoices()
4166 preload->preload_is_current_ = false; in EmitChoices()