Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h182 inline ControlScope* execution_control() const { return execution_control_; } in execution_control()
184 execution_control_ = scope; in set_execution_control()
222 ControlScope* execution_control_; variable
Dbytecode-generator.cc632 execution_control_(nullptr), in BytecodeGenerator()
/external/v8/src/compiler/
Dast-graph-builder.h89 ControlScope* execution_control_; variable
130 ControlScope* execution_control() const { return execution_control_; } in execution_control()
150 void set_execution_control(ControlScope* ctrl) { execution_control_ = ctrl; } in set_execution_control()
Dast-graph-builder.cc283 execution_control_(nullptr), in AstGraphBuilder()