HomeSort by relevance Sort by last modified time
    Searched refs:set_execution_control (Results 1 - 4 of 4) sorted by null

  /external/v8/src/interpreter/
bytecode-generator.h 183 inline void set_execution_control(ControlScope* scope) { function in class:v8::internal::interpreter::final
bytecode-generator.cc 102 generator_->set_execution_control(this);
104 virtual ~ControlScope() { generator_->set_execution_control(outer()); }
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 150 void set_execution_control(ControlScope* ctrl) { execution_control_ = ctrl; } function in class:v8::internal::compiler::AstGraphBuilder
ast-graph-builder.cc 156 builder_->set_execution_control(this); // Push.
160 builder_->set_execution_control(outer_); // Pop.
    [all...]

Completed in 85 milliseconds