Home
last modified time | relevance | path

Searched refs:nof_methods (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DklassVtable.cpp1167 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1169 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1206 int nof_methods = methods->length(); in method_count_for_interface() local
1208 while (nof_methods > 0) { in method_count_for_interface()
1209 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1214 nof_methods -= 1; in method_count_for_interface()
1217 int nof_methods_copy = nof_methods; in method_count_for_interface()
1232 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1237 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1421 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp1135 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1137 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1174 int nof_methods = methods->length(); in method_count_for_interface() local
1176 while (nof_methods > 0) { in method_count_for_interface()
1177 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1182 nof_methods -= 1; in method_count_for_interface()
1185 int nof_methods_copy = nof_methods; in method_count_for_interface()
1200 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1205 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1389 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp1131 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1133 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1170 int nof_methods = methods->length(); in method_count_for_interface() local
1172 while (nof_methods > 0) { in method_count_for_interface()
1173 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1178 nof_methods -= 1; in method_count_for_interface()
1181 int nof_methods_copy = nof_methods; in method_count_for_interface()
1196 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1201 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1381 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp1146 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1148 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1187 int nof_methods = methods->length(); in method_count_for_interface() local
1189 while (nof_methods > 0) { in method_count_for_interface()
1190 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1195 nof_methods -= 1; in method_count_for_interface()
1198 int nof_methods_copy = nof_methods; in method_count_for_interface()
1212 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1217 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1401 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DklassVtable.cpp1146 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1148 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1187 int nof_methods = methods->length(); in method_count_for_interface() local
1189 while (nof_methods > 0) { in method_count_for_interface()
1190 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1195 nof_methods -= 1; in method_count_for_interface()
1198 int nof_methods_copy = nof_methods; in method_count_for_interface()
1212 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1217 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1401 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DklassVtable.cpp1146 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1148 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1185 int nof_methods = methods->length(); in method_count_for_interface() local
1187 while (nof_methods > 0) { in method_count_for_interface()
1188 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1193 nof_methods -= 1; in method_count_for_interface()
1196 int nof_methods_copy = nof_methods; in method_count_for_interface()
1211 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1216 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1395 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DklassVtable.cpp1251 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1253 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1291 int nof_methods = methods->length(); in method_count_for_interface() local
1293 while (nof_methods > 0) { in method_count_for_interface()
1294 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1299 nof_methods -= 1; in method_count_for_interface()
1302 int nof_methods_copy = nof_methods; in method_count_for_interface()
1319 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1322 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1478 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DklassVtable.cpp1126 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1128 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1165 int nof_methods = methods->length(); in method_count_for_interface() local
1167 while (nof_methods > 0) { in method_count_for_interface()
1168 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1173 nof_methods -= 1; in method_count_for_interface()
1176 int nof_methods_copy = nof_methods; in method_count_for_interface()
1191 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1196 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1379 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1160 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1162 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1206 int nof_methods = methods->length(); in method_count_for_interface() local
1208 while (nof_methods > 0) { in method_count_for_interface()
1209 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1214 nof_methods -= 1; in method_count_for_interface()
1217 int nof_methods_copy = nof_methods; in method_count_for_interface()
1231 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1236 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1430 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DklassVtable.cpp1160 int nof_methods = methods->length(); in assign_itable_indices_for_interface() local
1162 for (int i = 0; i < nof_methods; i++) { in assign_itable_indices_for_interface()
1206 int nof_methods = methods->length(); in method_count_for_interface() local
1208 while (nof_methods > 0) { in method_count_for_interface()
1209 Method* m = methods->at(nof_methods-1); in method_count_for_interface()
1214 nof_methods -= 1; in method_count_for_interface()
1217 int nof_methods_copy = nof_methods; in method_count_for_interface()
1231 int nof_methods = methods->length(); in initialize_itable_for_interface() local
1236 for (int i = 0; i < nof_methods; i++) { in initialize_itable_for_interface()
1430 int nof_methods() const { return _nof_methods; } in nof_methods() function in CountInterfacesClosure
[all …]