Home
last modified time | relevance | path

Searched refs:bootstrap_specifier_index (Results 1 – 15 of 15) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp556 int n = (bootstrap_specifier_index * 2); in operand_offset_at()
570 int n = bootstrap_specifier_index * 2; in operand_offset_at_put()
584 int nextidx = bootstrap_specifier_index + 1; in operand_limit_at()
592 return operand_limit_at(operands(), bootstrap_specifier_index); in invoke_dynamic_operand_limit()
605 int operand_offset_at(int bootstrap_specifier_index) { in operand_offset_at() argument
606 assert(0 <= bootstrap_specifier_index && in operand_offset_at()
612 int offset = operand_offset_at(bootstrap_specifier_index); in operand_bootstrap_method_ref_index_at()
615 int operand_argument_count_at(int bootstrap_specifier_index) { in operand_argument_count_at() argument
616 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_count_at()
621 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_index_at()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstantPool.hpp556 int n = (bootstrap_specifier_index * 2); in operand_offset_at()
570 int n = bootstrap_specifier_index * 2; in operand_offset_at_put()
584 int nextidx = bootstrap_specifier_index + 1; in operand_limit_at()
592 return operand_limit_at(operands(), bootstrap_specifier_index); in invoke_dynamic_operand_limit()
605 int operand_offset_at(int bootstrap_specifier_index) { in operand_offset_at() argument
606 assert(0 <= bootstrap_specifier_index && in operand_offset_at()
612 int offset = operand_offset_at(bootstrap_specifier_index); in operand_bootstrap_method_ref_index_at()
615 int operand_argument_count_at(int bootstrap_specifier_index) { in operand_argument_count_at() argument
616 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_count_at()
621 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_index_at()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.hpp556 int n = (bootstrap_specifier_index * 2); in operand_offset_at()
570 int n = bootstrap_specifier_index * 2; in operand_offset_at_put()
584 int nextidx = bootstrap_specifier_index + 1; in operand_limit_at()
592 return operand_limit_at(operands(), bootstrap_specifier_index); in invoke_dynamic_operand_limit()
605 int operand_offset_at(int bootstrap_specifier_index) { in operand_offset_at() argument
606 assert(0 <= bootstrap_specifier_index && in operand_offset_at()
612 int offset = operand_offset_at(bootstrap_specifier_index); in operand_bootstrap_method_ref_index_at()
615 int operand_argument_count_at(int bootstrap_specifier_index) { in operand_argument_count_at() argument
616 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_count_at()
621 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_index_at()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp551 int n = (bootstrap_specifier_index * 2); in operand_offset_at()
565 int n = bootstrap_specifier_index * 2; in operand_offset_at_put()
579 int nextidx = bootstrap_specifier_index + 1; in operand_limit_at()
587 return operand_limit_at(operands(), bootstrap_specifier_index); in invoke_dynamic_operand_limit()
600 int operand_offset_at(int bootstrap_specifier_index) { in operand_offset_at() argument
601 assert(0 <= bootstrap_specifier_index && in operand_offset_at()
607 int offset = operand_offset_at(bootstrap_specifier_index); in operand_bootstrap_method_ref_index_at()
610 int operand_argument_count_at(int bootstrap_specifier_index) { in operand_argument_count_at() argument
611 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_count_at()
616 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_index_at()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstantPool.hpp551 int n = (bootstrap_specifier_index * 2); in operand_offset_at()
565 int n = bootstrap_specifier_index * 2; in operand_offset_at_put()
579 int nextidx = bootstrap_specifier_index + 1; in operand_limit_at()
587 return operand_limit_at(operands(), bootstrap_specifier_index); in invoke_dynamic_operand_limit()
600 int operand_offset_at(int bootstrap_specifier_index) { in operand_offset_at() argument
601 assert(0 <= bootstrap_specifier_index && in operand_offset_at()
607 int offset = operand_offset_at(bootstrap_specifier_index); in operand_bootstrap_method_ref_index_at()
610 int operand_argument_count_at(int bootstrap_specifier_index) { in operand_argument_count_at() argument
611 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_count_at()
616 int offset = operand_offset_at(bootstrap_specifier_index); in operand_argument_index_at()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp244 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
246 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
247 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
249 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
260 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
262 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
263 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
265 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp222 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
224 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
225 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
227 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
237 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
239 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
240 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
242 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp230 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
232 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
233 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
235 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
245 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
247 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
248 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
250 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp222 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
224 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
225 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
227 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
237 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
239 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
240 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
242 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp242 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
244 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
245 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
247 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
258 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
260 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
261 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
263 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A DclassFileParser.cpp223 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
225 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
226 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
228 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
238 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
240 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
241 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
243 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp233 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
235 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
236 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
238 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
248 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
250 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
251 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
253 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A DclassFileParser.cpp237 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
239 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
240 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
242 cp->dynamic_constant_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
252 const u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
254 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) { in parse_constant_pool_entries()
255 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
257 cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp202 u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
204 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) in parse_constant_pool_entries()
205 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
206 _cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp202 u2 bootstrap_specifier_index = cfs->get_u2_fast(); in parse_constant_pool_entries() local
204 if (_max_bootstrap_specifier_index < (int) bootstrap_specifier_index) in parse_constant_pool_entries()
205 _max_bootstrap_specifier_index = (int) bootstrap_specifier_index; // collect for later in parse_constant_pool_entries()
206 _cp->invoke_dynamic_at_put(index, bootstrap_specifier_index, name_and_type_index); in parse_constant_pool_entries()