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

  /external/v8/src/interpreter/
bytecode-generator.h 182 inline ControlScope* execution_control() const { return execution_control_; } function in class:v8::internal::interpreter::final
bytecode-generator.cc 95 : generator_(generator), outer_(generator->execution_control()),
188 execution_control()->PerformCommand(entry.command, entry.statement);
194 ControlScope* execution_control() { return generator_->execution_control(); } function in class:v8::internal::interpreter::final
721 ControlScopeForBreakable execution_control(this, stmt, &block_builder);
909 execution_control()->Continue(stmt->target());
914 execution_control()->Break(stmt->target());
920 execution_control()->ReturnAccumulator();
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 137 ControlScope* execution_control() const { return execution_control_; } function in class:v8::internal::compiler::AstGraphBuilder
ast-graph-builder.cc 150 outer_(builder->execution_control()),
269 owner_->execution_control()->PerformCommand(
    [all...]

Completed in 113 milliseconds