Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h111 inline ControlScope* execution_control() const { return execution_control_; } in execution_control()
113 execution_control_ = scope; in set_execution_control()
142 ControlScope* execution_control_; variable
Dbytecode-generator.cc353 execution_control_(nullptr), in BytecodeGenerator()
/external/v8/src/compiler/
Dast-graph-builder.h88 ControlScope* execution_control_; variable
134 ControlScope* execution_control() const { return execution_control_; } in execution_control()
154 void set_execution_control(ControlScope* ctrl) { execution_control_ = ctrl; } in set_execution_control()
Dast-graph-builder.cc444 execution_control_(nullptr), in AstGraphBuilder()