Home
last modified time | relevance | path

Searched refs:old_and_new_locations_same (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp116 if (! bci_map.old_and_new_locations_same(fwd_jmps.at(i*2), fwd_jmps.at(i*2+1))) { in methods_switchable()
282 if (! _bci_map->old_and_new_locations_same(old_dest, new_dest)) in args_same()
319 if (! _bci_map->old_and_new_locations_same(old_dest, new_dest)) in args_same()
H A DmethodComparator.hpp124 bool old_and_new_locations_same(int old_dest_bci, int new_dest_bci) { in old_and_new_locations_same() function in BciMap
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DmethodComparator.cpp116 if (! bci_map.old_and_new_locations_same(fwd_jmps.at(i*2), fwd_jmps.at(i*2+1))) { in methods_switchable()
282 if (! _bci_map->old_and_new_locations_same(old_dest, new_dest)) in args_same()
319 if (! _bci_map->old_and_new_locations_same(old_dest, new_dest)) in args_same()
H A DmethodComparator.hpp124 bool old_and_new_locations_same(int old_dest_bci, int new_dest_bci) { in old_and_new_locations_same() function in BciMap