Lines Matching refs:preload
3951 PreloadState preload; in Emit() local
3952 preload.init(); in Emit()
3962 &preload, in Emit()
3971 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace); in Emit()
3977 &preload); in Emit()
3999 preload.preload_characters_, in Emit()
4008 PreloadState* preload, in EmitGreedyLoop() argument
4041 preload); in EmitGreedyLoop()
4107 PreloadState* preload) { in EmitChoices() argument
4109 SetUpPreLoad(compiler, trace, preload); in EmitChoices()
4122 alt_gen->quick_check_details.set_characters(preload->preload_characters_); in EmitChoices()
4126 new_trace.set_characters_preloaded(preload->preload_is_current_ ? in EmitChoices()
4127 preload->preload_characters_ : in EmitChoices()
4129 if (preload->preload_has_checked_bounds_) { in EmitChoices()
4130 new_trace.set_bound_checked_up_to(preload->preload_characters_); in EmitChoices()
4137 alt_gen->expects_preload = preload->preload_is_current_; in EmitChoices()
4144 preload->preload_has_checked_bounds_, in EmitChoices()
4149 preload->preload_is_current_ = true; in EmitChoices()
4150 preload->preload_has_checked_bounds_ = true; in EmitChoices()
4156 new_trace.set_characters_preloaded(preload->preload_characters_); in EmitChoices()
4157 new_trace.set_bound_checked_up_to(preload->preload_characters_); in EmitChoices()
4185 preload->preload_is_current_ = false; in EmitChoices()