Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-printer.cc437 bool has_fallthrough = false; in Process() local
453 has_fallthrough |= !AddTargetIfNotNext(targets_, target, state.next_block(), in Process()
457 has_fallthrough ? " " : "─"); in Process()
466 has_fallthrough |= !AddTargetIfNotNext( in Process()
468 has_fallthrough |= !AddTargetIfNotNext( in Process()
488 os_ << (has_fallthrough ? "│" : " "); in Process()
494 os_ << (has_fallthrough ? "│" : " "); in Process()
504 if (has_fallthrough) { in Process()