Searched refs:current_state_ (Results 1 – 1 of 1) sorted by relevance
138 Node* node = current_state_.Get(var); in Get()149 void Set(Variable var, Node* node) { current_state_.Set(var, node); } in Set()153 State current_state_; member in v8::internal::compiler::VariableTracker::Scope382 current_state_(states->zone_) { in Scope()385 current_state_ = states_->MergeInputs(node); in Scope()390 current_state_ = in Scope()400 states_->table_.Get(current_node()) != current_state_) { in ~Scope()403 states_->table_.Set(current_node(), current_state_); in ~Scope()