Home
last modified time | relevance | path

Searched refs:receiver_count_cell_index (Results 1 – 18 of 18) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.hpp1201 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1220 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1225 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1256 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
1280 increment_uint_at_no_overflow(layout, receiver_count_cell_index(row)); in increment_receiver_count_no_overflow()
1288 increment_uint_at_no_overflow(layout, receiver_count_cell_index(row)); in increment_receiver_count_no_overflow()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DmethodData.hpp1201 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1220 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1225 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1256 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
1280 increment_uint_at_no_overflow(layout, receiver_count_cell_index(row)); in increment_receiver_count_no_overflow()
1288 increment_uint_at_no_overflow(layout, receiver_count_cell_index(row)); in increment_receiver_count_no_overflow()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.hpp1129 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1148 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1153 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1191 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DmethodData.hpp1129 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1148 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1153 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1191 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DmethodData.hpp1131 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1150 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1155 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1193 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DmethodData.hpp1130 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1149 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1154 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1192 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DmethodData.hpp1131 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1150 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1155 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1193 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DmethodData.hpp1129 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1148 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1153 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1191 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DmethodData.hpp1130 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1149 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1154 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1192 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DmethodData.hpp1131 static int receiver_count_cell_index(uint row) { in receiver_count_cell_index() function in ReceiverTypeData
1150 return uint_at(receiver_count_cell_index(row)); in receiver_count()
1155 set_uint_at(receiver_count_cell_index(row), count); in set_receiver_count()
1193 return cell_offset(receiver_count_cell_index(row)); in receiver_count_offset()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Druntime.cpp1220 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1234 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Druntime.cpp1220 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1234 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Druntime.cpp1193 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1207 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Druntime.cpp1193 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1207 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Druntime.cpp1220 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1234 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Druntime.cpp1154 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1168 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Druntime.cpp1154 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1168 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Druntime.cpp1240 int count_off = ReceiverTypeData::receiver_count_cell_index(row);
1254 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row);