Home
last modified time | relevance | path

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

/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 DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/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 DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrap_methods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DBootstrapMethods.java73 final int num_bootstrap_methods = input.readUnsignedShort(); in BootstrapMethods() local
74 bootstrapMethods = new BootstrapMethod[num_bootstrap_methods]; in BootstrapMethods()
75 for (int i = 0; i < num_bootstrap_methods; i++) { in BootstrapMethods()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp367 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
371 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
380 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
381 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp367 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
371 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
380 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
381 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp365 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
369 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
378 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
379 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp365 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
369 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
378 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
379 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp366 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
370 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
379 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
380 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp365 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
369 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
378 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
379 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp367 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
371 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
380 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
381 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp367 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
371 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
380 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
381 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp367 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
371 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
380 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
381 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiClassFileReconstituter.cpp367 int num_bootstrap_methods = ConstantPool::operand_array_length(operands); in write_bootstrapmethod_attribute() local
371 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
380 write_u2(num_bootstrap_methods); in write_bootstrapmethod_attribute()
381 for (int n = 0; n < num_bootstrap_methods; n++) { in write_bootstrapmethod_attribute()
/dports/devel/radare2/radare2-5.1.1/shlr/java/
H A Dclass.h384 ut16 num_bootstrap_methods; member
H A Dclass.c6978 …Number of Method Arguments = (0x%02x)\n", attr->info.bootstrap_methods_attr.num_bootstrap_methods); in r_bin_java_print_bootstrap_methods_attr_summary()
7057 attr->info.bootstrap_methods_attr.num_bootstrap_methods = R_BIN_JAVA_USHORT (buffer, offset); in r_bin_java_bootstrap_methods_attr_new()
7060 for (i = 0; i < attr->info.bootstrap_methods_attr.num_bootstrap_methods; i++) { in r_bin_java_bootstrap_methods_attr_new()