Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2664 quick_check_details() {} in AlternativeGeneration()
2668 QuickCheckDetails quick_check_details; member in v8::internal::AlternativeGeneration
3243 alt_gen->quick_check_details.set_characters(preload->preload_characters_); in EmitChoices()
3263 &alt_gen->possible_success, &alt_gen->quick_check_details, in EmitChoices()
3272 new_trace.set_quick_check_performed(&alt_gen->quick_check_details); in EmitChoices()
3277 } else if (alt_gen->quick_check_details.cannot_match()) { in EmitChoices()
3320 out_of_line_trace.set_quick_check_performed(&alt_gen->quick_check_details); in EmitOutOfLineContinuation()

Completed in 11 milliseconds