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

  /external/v8/src/interpreter/
bytecode-generator.h 186 inline ContextScope* execution_context() const { return execution_context_; }
188 execution_context_ = context;
223 ContextScope* execution_context_; member in class:v8::internal::interpreter::final
bytecode-generator.cc 633 execution_context_(nullptr),
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.h 92 ContextScope* execution_context_; member in class:v8::internal::compiler::AstGraphBuilder
131 ContextScope* execution_context() const { return execution_context_; }
151 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; }
ast-graph-builder.cc 284 execution_context_(nullptr),
820 return execution_context_->scope();
    [all...]

Completed in 99 milliseconds