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

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.hpp123 bool old_and_new_locations_same(int old_dest_bci, int new_dest_bci) { function in class:BciMap
H A DmethodComparator.cpp116 if (! bci_map.old_and_new_locations_same(fwd_jmps.at(i*2), fwd_jmps.at(i*2+1))) {
276 if (! _bci_map->old_and_new_locations_same(old_dest, new_dest))
313 if (! _bci_map->old_and_new_locations_same(old_dest, new_dest))

Completed in 625 milliseconds