Home
last modified time | relevance | path

Searched refs:num_bootstrap_arguments (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrapArguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethod.java71 private BootstrapMethod(final int bootstrap_method_ref, final int num_bootstrap_arguments) { in BootstrapMethod() argument
72 this(bootstrap_method_ref, new int[num_bootstrap_arguments]); in BootstrapMethod()
137 final int num_bootstrap_arguments = bootstrap_arguments.length; in toString() local
138 if (num_bootstrap_arguments > 0) { in toString()
140 for (int i = 0; i < num_bootstrap_arguments; i++) { in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp372 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
375 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
383 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
385 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
386 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp372 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
375 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
383 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
385 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
386 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp370 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
373 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
381 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
383 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
384 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp370 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
373 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
381 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
383 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
384 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp371 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
374 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
382 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
384 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
385 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp370 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
373 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
381 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
383 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
384 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp372 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
375 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
383 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
385 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
386 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp372 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
375 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
383 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
385 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
386 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp372 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
375 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
383 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
385 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
386 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp372 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
375 length += sizeof(u2) * num_bootstrap_arguments; // bootstrap_arguments[num_bootstrap_arguments] in write_bootstrapmethod_attribute()
383 u2 num_bootstrap_arguments = cpool()->operand_argument_count_at(n); in write_bootstrapmethod_attribute() local
385 write_u2(num_bootstrap_arguments); in write_bootstrapmethod_attribute()
386 for (int arg = 0; arg < num_bootstrap_arguments; arg++) { in write_bootstrapmethod_attribute()
/dports/devel/radare2/radare2-5.1.1/shlr/java/
H A Dclass.h377 ut16 num_bootstrap_arguments; member
H A Dclass.c6888 eprintf (" Number of Method Arguments = (0x%02x)\n", bsm->num_bootstrap_arguments); in r_bin_java_print_bootstrap_method_summary()
6948 bsm->num_bootstrap_arguments = R_BIN_JAVA_USHORT (buffer, offset); in r_bin_java_bootstrap_method_new()
6951 for (i = 0; i < bsm->num_bootstrap_arguments; i++) { in r_bin_java_bootstrap_method_new()