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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkState.cpp66 bool SharkState::equal_to(SharkState *other) { function in class:SharkState
101 if (!value->equal_to(other_value))
119 if (!value->equal_to(other_value))
H A DsharkValue.cpp64 bool SharkNormalValue::equal_to(SharkValue *other) const { function in class:SharkNormalValue
69 bool SharkAddressValue::equal_to(SharkValue *other) const { function in class:SharkAddressValue
223 assert(this->equal_to(value), "should be");
246 assert(this->equal_to(other), "should be");

Completed in 602 milliseconds