Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.h309 inline ControlScope* execution_control() const { return execution_control_; } in execution_control()
311 execution_control_ = scope; in set_execution_control()
368 ControlScope* execution_control_; variable
Dbytecode-generator.cc907 execution_control_(nullptr), in BytecodeGenerator()