Home | History | Annotate | Download | only in compiler

Lines Matching full:state_values

828 void AstGraphBuilder::Environment::UpdateStateValues(Node** state_values,
832 if (*state_values == nullptr || (*state_values)->InputCount() != count) {
837 if ((*state_values)->InputAt(i) != env_values[i]) {
845 (*state_values) = graph()->NewNode(op, count, env_values);
851 Node** state_values, int offset, int count) {
853 *state_values = builder_->state_values_cache_.GetNodeForValues(