Home
last modified time | relevance | path

Searched refs:execution_context_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h186 inline ContextScope* execution_context() const { return execution_context_; } in execution_context()
188 execution_context_ = context; in set_execution_context()
223 ContextScope* execution_context_; variable
Dbytecode-generator.cc633 execution_context_(nullptr), in BytecodeGenerator()
/external/v8/src/compiler/
Dast-graph-builder.h92 ContextScope* execution_context_; variable
131 ContextScope* execution_context() const { return execution_context_; } in execution_context()
151 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; } in set_execution_context()
Dast-graph-builder.cc284 execution_context_(nullptr), in AstGraphBuilder()
820 return execution_context_->scope(); in current_scope()