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

/external/v8/src/compiler/
H A Dbytecode-graph-builder.h241 ZoneVector<Node*> exit_controls_; member in class:v8::internal::compiler::BytecodeGraphBuilder
H A Dbytecode-graph-builder.cc358 builder()->exit_controls_.push_back(terminate);
455 exit_controls_(local_zone) {}
527 DCHECK_NE(0u, exit_controls_.size());
528 int const input_count = static_cast<int>(exit_controls_.size());
529 Node** const inputs = &exit_controls_.front();
1510 exit_controls_.push_back(exit);
H A Dast-graph-builder.h113 ZoneVector<Node*> exit_controls_; member in class:v8::internal::compiler::AstGraphBuilder
H A Dast-graph-builder.cc483 exit_controls_(local_zone),
608 DCHECK_NE(0u, exit_controls_.size());
609 int const input_count = static_cast<int>(exit_controls_.size());
610 Node** const inputs = &exit_controls_.front();
4190 exit_controls_.push_back(exit);
4279 builder_->exit_controls_.push_back(terminate);

Completed in 224 milliseconds