Searched refs:other_exprs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp599 StackValueCollection* other_exprs = other->expressions(); local
600 assert(exprs->size() == other_exprs->size(), "sanity check");
602 if (!exprs->at(i)->equal(other_exprs->at(i)))

Completed in 23 milliseconds