Home
last modified time | relevance | path

Searched refs:exception_table_length (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java88 private int exception_table_length; field in Code
125 exception_table_length = file.readUnsignedShort(); in Code()
128 for(int i=0; i < exception_table_length; i++) in Code()
199 file.writeShort(exception_table_length); in dump()
200 for(int i=0; i < exception_table_length; i++) in dump()
266 + 8 * exception_table_length /* exception table */ in getInternalLength()
305 exception_table_length = (exception_table == null)? 0 : in setExceptionTable()
334 if(exception_table_length > 0) { in toString()
337 for(int i=0; i < exception_table_length; i++) in toString()
366 c.exception_table = new CodeException[exception_table_length]; in copy()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCode.java88 private int exception_table_length; field in Code
125 exception_table_length = file.readUnsignedShort(); in Code()
128 for(int i=0; i < exception_table_length; i++) in Code()
199 file.writeShort(exception_table_length); in dump()
200 for(int i=0; i < exception_table_length; i++) in dump()
266 + 8 * exception_table_length /* exception table */ in getInternalLength()
305 exception_table_length = (exception_table == null)? 0 : in setExceptionTable()
334 if(exception_table_length > 0) { in toString()
337 for(int i=0; i < exception_table_length; i++) in toString()
366 c.exception_table = new CodeException[exception_table_length]; in copy()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
137 public final int exception_table_length;
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
142 public final int exception_table_length;
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/classfile/
H A DCode_attribute.java64 exception_table_length = cr.readUnsignedShort(); in Code_attribute()
65 exception_table = new Exception_data[exception_table_length]; in Code_attribute()
66 for (int i = 0; i < exception_table_length; i++) in Code_attribute()
142 public final int exception_table_length;
/dports/devel/jclassinfo/jclassinfo-0.19.1/jclass/
H A Dcode_attribute.c67 memcpy(&code->exception_table_length, &(container->contents[attribute_offset]), 2); in jclass_code_attribute_new()
68 code->exception_table_length = UINT16_NATIVE(code->exception_table_length); in jclass_code_attribute_new()
71 if(code->exception_table_length > 0) in jclass_code_attribute_new()
74 malloc(sizeof(ExceptionTableEntry) * code->exception_table_length); in jclass_code_attribute_new()
76 for(exception_counter = 0; exception_counter < code->exception_table_length; exception_counter++) in jclass_code_attribute_new()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DconstMethod.cpp116 if (sizes->exception_table_length() > 0) { in size()
118 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
252 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
288 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
332 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp115 if (sizes->exception_table_length() > 0) { in size()
117 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
251 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
286 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
331 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp115 if (sizes->exception_table_length() > 0) { in size()
117 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
251 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
286 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
331 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp113 if (sizes->exception_table_length() > 0) { in size()
115 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
245 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
280 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
281 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
326 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DconstMethod.cpp113 if (sizes->exception_table_length() > 0) { in size()
115 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
245 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
280 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
281 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
326 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Djcf-reader.c156 uint16 exception_table_length, attributes_count; in get_attribute() local
161 exception_table_length = JCF_readu2 (jcf); in get_attribute()
162 if (code_length + 8 * exception_table_length + 12 > attribute_length) in get_attribute()
165 HANDLE_EXCEPTION_TABLE (jcf->read_ptr, exception_table_length); in get_attribute()
167 JCF_SKIP (jcf, 2 * 4 * exception_table_length); in get_attribute()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/java/
H A Djcf-reader.c156 uint16 exception_table_length, attributes_count; in get_attribute() local
161 exception_table_length = JCF_readu2 (jcf); in get_attribute()
162 if (code_length + 8 * exception_table_length + 12 > attribute_length) in get_attribute()
165 HANDLE_EXCEPTION_TABLE (jcf->read_ptr, exception_table_length); in get_attribute()
167 JCF_SKIP (jcf, 2 * 4 * exception_table_length); in get_attribute()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp116 if (sizes->exception_table_length() > 0) { in size()
118 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
252 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
288 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
332 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DconstMethod.cpp116 if (sizes->exception_table_length() > 0) { in size()
118 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
252 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
288 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
332 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DconstMethod.cpp116 if (sizes->exception_table_length() > 0) { in size()
118 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
252 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
288 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
332 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstMethod.cpp116 if (sizes->exception_table_length() > 0) { in size()
118 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
252 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
288 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
332 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstMethod.cpp116 if (sizes->exception_table_length() > 0) { in size()
118 extra_bytes += sizes->exception_table_length() * sizeof(ExceptionTableElement); in size()
252 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
287 if (sizes->exception_table_length() > 0) in set_inlined_tables_length()
288 *(exception_table_length_addr()) = sizes->exception_table_length(); in set_inlined_tables_length()
332 int ConstMethod::exception_table_length() const { in exception_table_length() function in ConstMethod

12345678910