Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h425 ZoneVector<Node*> exit_controls_; variable
Dbytecode-graph-builder.cc386 builder()->exit_controls_.push_back(terminate); in PrepareForLoop()
548 exit_controls_(local_zone), in BytecodeGraphBuilder()
595 DCHECK_NE(0u, exit_controls_.size()); in CreateGraph()
596 int const input_count = static_cast<int>(exit_controls_.size()); in CreateGraph()
597 Node** const inputs = &exit_controls_.front(); in CreateGraph()
3063 exit_controls_.push_back(exit); in MergeControlToLeaveFunction()