Lines Matching defs:other_value
91 SharkValue *other_value = other->local(i);
94 if (other_value != NULL)
98 if (other_value == NULL)
101 if (!value->equal_to(other_value))
109 SharkValue *other_value = other->stack(i);
112 if (other_value != NULL)
116 if (other_value == NULL)
119 if (!value->equal_to(other_value))
158 SharkValue *other_value = other->local(i);
159 assert((this_value == NULL) == (other_value == NULL), "should be");
164 builder(), other_value, other_block, this_block, name));
172 SharkValue *other_value = other->stack(i);
173 assert((this_value == NULL) == (other_value == NULL), "should be");
178 builder(), other_value, other_block, this_block, name));