Home
last modified time | relevance | path

Searched refs:quick_check_details (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc3570 quick_check_details() { } in AlternativeGeneration()
3574 QuickCheckDetails quick_check_details; member in v8::internal::AlternativeGeneration
4165 alt_gen->quick_check_details.set_characters(preload->preload_characters_); in EmitChoices()
4186 &alt_gen->possible_success, &alt_gen->quick_check_details, in EmitChoices()
4195 new_trace.set_quick_check_performed(&alt_gen->quick_check_details); in EmitChoices()
4200 } else if (alt_gen->quick_check_details.cannot_match()) { in EmitChoices()
4244 out_of_line_trace.set_quick_check_performed(&alt_gen->quick_check_details); in EmitOutOfLineContinuation()