Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc1482 int loop_iterations = base::saturated_cast<uint8_t>(min_loop_iterations()); in EatsAtLeastFromLoopEntry() local
1486 base::saturated_cast<uint8_t>(loop_iterations * loop_body_from_not_start + in EatsAtLeastFromLoopEntry()
1488 if (loop_iterations > 0 && loop_body_from_possibly_start > 0) { in EatsAtLeastFromLoopEntry()
1493 (loop_iterations - 1) * loop_body_from_not_start + in EatsAtLeastFromLoopEntry()

Completed in 7 milliseconds