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

  /external/v8/src/interpreter/
bytecode-generator.h 187 inline void set_execution_context(ContextScope* context) { function in class:v8::internal::interpreter::final
bytecode-generator.cc 42 generator_->set_execution_context(this);
51 generator_->set_execution_context(outer_);
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 158 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; } function in class:v8::internal::compiler::AstGraphBuilder
ast-graph-builder.cc 119 builder_->set_execution_context(this);
123 builder_->set_execution_context(outer_); // Pop.
    [all...]

Completed in 546 milliseconds