Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc594 struct BytecodeGraphBuilder::SubEnvironment final { struct in v8::internal::compiler::BytecodeGraphBuilder
596 explicit SubEnvironment(BytecodeGraphBuilder* builder) in SubEnvironment() function
599 ~SubEnvironment() { builder_->set_environment(parent_); } in ~SubEnvironment()
602 BytecodeGraphBuilder* builder_;
603 BytecodeGraphBuilder::Environment* parent_;