Lines Matching refs:preload
3993 PreloadState preload; in Emit() local
3994 preload.init(); in Emit()
4004 &preload, in Emit()
4013 preload.eats_at_least_ = EmitOptimizedUnanchoredSearch(compiler, trace); in Emit()
4019 &preload); in Emit()
4041 preload.preload_characters_, in Emit()
4050 PreloadState* preload, in EmitGreedyLoop() argument
4083 preload); in EmitGreedyLoop()
4150 PreloadState* preload) { in EmitChoices() argument
4152 SetUpPreLoad(compiler, trace, preload); in EmitChoices()
4165 alt_gen->quick_check_details.set_characters(preload->preload_characters_); in EmitChoices()
4169 new_trace.set_characters_preloaded(preload->preload_is_current_ ? in EmitChoices()
4170 preload->preload_characters_ : in EmitChoices()
4172 if (preload->preload_has_checked_bounds_) { in EmitChoices()
4173 new_trace.set_bound_checked_up_to(preload->preload_characters_); in EmitChoices()
4180 alt_gen->expects_preload = preload->preload_is_current_; in EmitChoices()
4185 compiler, trace, &new_trace, preload->preload_has_checked_bounds_, in EmitChoices()
4189 preload->preload_is_current_ = true; in EmitChoices()
4190 preload->preload_has_checked_bounds_ = true; in EmitChoices()
4196 new_trace.set_characters_preloaded(preload->preload_characters_); in EmitChoices()
4197 new_trace.set_bound_checked_up_to(preload->preload_characters_); in EmitChoices()
4225 preload->preload_is_current_ = false; in EmitChoices()