Home
last modified time | relevance | path

Searched defs:SubEnvironment (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.cc122 struct BytecodeGraphBuilder::SubEnvironment final { struct in v8::internal::compiler::BytecodeGraphBuilder
124 explicit SubEnvironment(BytecodeGraphBuilder* builder) in SubEnvironment() function
127 ~SubEnvironment() { builder_->set_environment(parent_); } in ~SubEnvironment()
130 BytecodeGraphBuilder* builder_;
131 BytecodeGraphBuilder::Environment* parent_;