Home | History | Annotate | Download | only in compiler

Lines Matching full:state_values

865 void AstGraphBuilder::Environment::UpdateStateValues(Node** state_values,
869 if (*state_values == nullptr || (*state_values)->InputCount() != count) {
874 if ((*state_values)->InputAt(i) != env_values[i]) {
882 (*state_values) = graph()->NewNode(op, count, env_values);
888 Node** state_values, int offset, int count) {
890 *state_values = builder_->state_values_cache_.GetNodeForValues(