Searched defs:new_dest_bci (Results 1 - 1 of 1) 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) { argument
124 if (new_bci_for_old(old_dest_bci) == new_dest_bci)
127 return (new_dest_bci == _new_st_bci[_pos-1]);

Completed in 46 milliseconds