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 48 generator_->set_execution_context(this);
57 generator_->set_execution_context(outer_);
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 151 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; } function in class:v8::internal::compiler::AstGraphBuilder
ast-graph-builder.cc 122 builder_->set_execution_context(this);
126 builder_->set_execution_context(outer_); // Pop.
    [all...]

Completed in 126 milliseconds