Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h183 inline void set_execution_control(ControlScope* scope) { in set_execution_control() function
Dbytecode-generator.cc102 generator_->set_execution_control(this); in ControlScope()
104 virtual ~ControlScope() { generator_->set_execution_control(outer()); } in ~ControlScope()
/external/v8/src/compiler/
Dast-graph-builder.h150 void set_execution_control(ControlScope* ctrl) { execution_control_ = ctrl; } in set_execution_control() function
Dast-graph-builder.cc156 builder_->set_execution_control(this); // Push. in ControlScope()
160 builder_->set_execution_control(outer_); // Pop. in ~ControlScope()