Home
last modified time | relevance | path

Searched refs:label_environment_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcontrol-builders.cc79 label_environment_ = environment()->CopyAsUnreachable(); in BeginSwitch()
87 label_environment_ = environment()->CopyForConditional(); in BeginLabel()
94 set_environment(label_environment_); in EndLabel()
100 label_environment_ = environment()->CopyAsUnreachable(); in DefaultAt()
121 break_environment_->Merge(label_environment_); in EndSwitch()
Dcontrol-builders.h97 label_environment_(NULL), in SwitchBuilder()
118 Environment* label_environment_; // Environment for next label condition. variable