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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvframe.cpp584 StackValueCollection *other_locs = other->locals(); local
585 assert(locs->size() == other_locs->size(), "sanity check");
591 if (other->is_compiled_frame() && other_locs->at(i)->type() == T_CONFLICT) continue;
593 if (!locs->at(i)->equal(other_locs->at(i)))

Completed in 30 milliseconds