Home
last modified time | relevance | path

Searched refs:old_dest_bci (Results 1 – 2 of 2) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.hpp124 bool old_and_new_locations_same(int old_dest_bci, int new_dest_bci) { in old_and_new_locations_same() argument
125 if (new_bci_for_old(old_dest_bci) == new_dest_bci) in old_and_new_locations_same()
127 else if (_old_bci[_pos-1] == old_dest_bci) in old_and_new_locations_same()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.hpp124 bool old_and_new_locations_same(int old_dest_bci, int new_dest_bci) { in old_and_new_locations_same() argument
125 if (new_bci_for_old(old_dest_bci) == new_dest_bci) in old_and_new_locations_same()
127 else if (_old_bci[_pos-1] == old_dest_bci) in old_and_new_locations_same()