Searched defs:other_value (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkState.cpp91 SharkValue *other_value = other->local(i); local
94 if (other_value != NULL)
98 if (other_value == NULL)
101 if (!value->equal_to(other_value))
109 SharkValue *other_value = other->stack(i); local
112 if (other_value != NULL)
116 if (other_value == NULL)
119 if (!value->equal_to(other_value))
158 SharkValue *other_value = other->local(i); local
159 assert((this_value == NULL) == (other_value
172 SharkValue *other_value = other->stack(i); local
[all...]

Completed in 58 milliseconds