Home
last modified time | relevance | path

Searched refs:catch_type (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java80 private int catch_type; /* If this is zero the handler catches any field in CodeException
113 int catch_type) in CodeException() argument
118 this.catch_type = catch_type; in CodeException()
142 file.writeShort(catch_type); in dump()
149 public final int getCatchType() { return catch_type; } in getCatchType()
169 public final void setCatchType(int catch_type) { in setCatchType() argument
170 this.catch_type = catch_type; in setCatchType()
200 ", handler_pc = " + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
209 if(catch_type == 0) in toString()
212 str = Utility.compactClassName(cp.getConstantString(catch_type, CONSTANT_Class), false) + in toString()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java80 private int catch_type; /* If this is zero the handler catches any field in CodeException
113 int catch_type) in CodeException() argument
118 this.catch_type = catch_type; in CodeException()
142 file.writeShort(catch_type); in dump()
149 public final int getCatchType() { return catch_type; } in getCatchType()
169 public final void setCatchType(int catch_type) { in setCatchType() argument
170 this.catch_type = catch_type; in setCatchType()
200 ", handler_pc = " + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
209 if(catch_type == 0) in toString()
212 str = Utility.compactClassName(cp.getConstantString(catch_type, CONSTANT_Class), false) + in toString()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java44 private int catch_type; /* If this is zero the handler catches any field in CodeException
79 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
83 this.catch_type = catch_type; in CodeException()
110 file.writeShort(catch_type); in dump()
119 return catch_type; in getCatchType()
150 public void setCatchType( final int catch_type ) { in setCatchType() argument
151 this.catch_type = catch_type; in setCatchType()
185 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
194 if (catch_type == 0) { in toString()
197 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java44 private int catch_type; /* If this is zero the handler catches any field in CodeException
79 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
83 this.catch_type = catch_type; in CodeException()
110 file.writeShort(catch_type); in dump()
119 return catch_type; in getCatchType()
150 public void setCatchType( final int catch_type ) { in setCatchType() argument
151 this.catch_type = catch_type; in setCatchType()
185 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
194 if (catch_type == 0) { in toString()
197 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java44 private int catch_type; /* If this is zero the handler catches any field in CodeException
79 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
83 this.catch_type = catch_type; in CodeException()
110 file.writeShort(catch_type); in dump()
119 return catch_type; in getCatchType()
150 public void setCatchType( final int catch_type ) { in setCatchType() argument
151 this.catch_type = catch_type; in setCatchType()
185 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
194 if (catch_type == 0) { in toString()
197 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/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 DCodeException.java44 private int catch_type; /* If this is zero the handler catches any field in CodeException
79 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
83 this.catch_type = catch_type; in CodeException()
110 file.writeShort(catch_type); in dump()
119 return catch_type; in getCatchType()
150 public final void setCatchType( final int catch_type ) { in setCatchType() argument
151 this.catch_type = catch_type; in setCatchType()
185 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
194 if (catch_type == 0) { in toString()
197 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/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 DCodeException.java44 private int catch_type; /* If this is zero the handler catches any field in CodeException
79 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
83 this.catch_type = catch_type; in CodeException()
110 file.writeShort(catch_type); in dump()
119 return catch_type; in getCatchType()
150 public void setCatchType( final int catch_type ) { in setCatchType() argument
151 this.catch_type = catch_type; in setCatchType()
185 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
194 if (catch_type == 0) { in toString()
197 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java44 private int catch_type; /* If this is zero the handler catches any field in CodeException
79 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
83 this.catch_type = catch_type; in CodeException()
110 file.writeShort(catch_type); in dump()
119 return catch_type; in getCatchType()
150 public void setCatchType( final int catch_type ) { in setCatchType() argument
151 this.catch_type = catch_type; in setCatchType()
185 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
194 if (catch_type == 0) { in toString()
197 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DCodeException.java45 private int catch_type; /* If this is zero the handler catches any field in CodeException
80 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
84 this.catch_type = catch_type; in CodeException()
111 file.writeShort(catch_type); in dump()
120 return catch_type; in getCatchType()
151 public final void setCatchType( final int catch_type ) { in setCatchType() argument
152 this.catch_type = catch_type; in setCatchType()
186 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
195 if (catch_type == 0) { in toString()
198 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java43 private ObjectType catch_type; field in CodeExceptionGen
56 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
60 this.catch_type = catch_type; in CodeExceptionGen()
76 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
143 public void setCatchType( final ObjectType catch_type ) { in setCatchType() argument
144 this.catch_type = catch_type; in setCatchType()
150 return catch_type; in getCatchType()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java43 private ObjectType catch_type; field in CodeExceptionGen
56 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
60 this.catch_type = catch_type; in CodeExceptionGen()
76 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
143 public void setCatchType( final ObjectType catch_type ) { in setCatchType() argument
144 this.catch_type = catch_type; in setCatchType()
150 return catch_type; in getCatchType()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java43 private ObjectType catch_type; field in CodeExceptionGen
56 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
60 this.catch_type = catch_type; in CodeExceptionGen()
76 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
143 public void setCatchType( final ObjectType catch_type ) { in setCatchType() argument
144 this.catch_type = catch_type; in setCatchType()
150 return catch_type; in getCatchType()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java44 private ObjectType catch_type; field in CodeExceptionGen
56 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
60 this.catch_type = catch_type; in CodeExceptionGen()
75 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
141 public void setCatchType(final ObjectType catch_type) { in setCatchType() argument
142 this.catch_type = catch_type; in setCatchType()
149 return catch_type; in getCatchType()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java43 private ObjectType catch_type; field in CodeExceptionGen
56 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
60 this.catch_type = catch_type; in CodeExceptionGen()
76 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
143 public void setCatchType( final ObjectType catch_type ) { in setCatchType() argument
144 this.catch_type = catch_type; in setCatchType()
150 return catch_type; in getCatchType()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java43 private ObjectType catch_type; field in CodeExceptionGen
56 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
60 this.catch_type = catch_type; in CodeExceptionGen()
76 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
143 public void setCatchType( final ObjectType catch_type ) { in setCatchType() argument
144 this.catch_type = catch_type; in setCatchType()
150 return catch_type; in getCatchType()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java44 private ObjectType catch_type; field in CodeExceptionGen
57 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
61 this.catch_type = catch_type; in CodeExceptionGen()
77 (catch_type == null) ? 0 : cp.addClass(catch_type)); in getCodeException()
144 public void setCatchType( final ObjectType catch_type ) { in setCatchType() argument
145 this.catch_type = catch_type; in setCatchType()
151 return catch_type; in getCatchType()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java82 private ObjectType catch_type; field in CodeExceptionGen
94 InstructionHandle handler_pc, ObjectType catch_type) { in CodeExceptionGen() argument
98 this.catch_type = catch_type; in CodeExceptionGen()
114 (catch_type == null)? 0 : cp.addClass(catch_type)); in getCodeException()
181 …public void setCatchType(ObjectType catch_type) { this.catch_type = catch_type in setCatchType() argument
183 public ObjectType getCatchType() { return catch_type; } in getCatchType()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DCodeExceptionGen.java82 private ObjectType catch_type; field in CodeExceptionGen
94 InstructionHandle handler_pc, ObjectType catch_type) { in CodeExceptionGen() argument
98 this.catch_type = catch_type; in CodeExceptionGen()
114 (catch_type == null)? 0 : cp.addClass(catch_type)); in getCodeException()
181 …public void setCatchType(ObjectType catch_type) { this.catch_type = catch_type in setCatchType() argument
183 public ObjectType getCatchType() { return catch_type; } in getCatchType()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Deh_personality.cc114 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
129 const std::type_info* catch_type; in check_exception_spec() local
142 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
223 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
236 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
255 const std::type_info *catch_type; in check_exception_spec() local
266 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
547 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
598 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
602 if (! catch_type in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc106 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
121 const std::type_info* catch_type; in check_exception_spec() local
134 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
215 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
228 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
247 const std::type_info *catch_type; in check_exception_spec() local
258 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
538 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
589 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
593 if (! catch_type in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Deh_personality.cc106 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
121 const std::type_info* catch_type; in check_exception_spec() local
134 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
215 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
228 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
247 const std::type_info *catch_type; in check_exception_spec() local
258 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
538 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
589 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
593 if (! catch_type in PERSONALITY_FUNCTION()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc106 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
121 const std::type_info* catch_type; in check_exception_spec() local
134 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
215 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
228 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
247 const std::type_info *catch_type; in check_exception_spec() local
258 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
538 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
589 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
593 if (! catch_type in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc114 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
129 const std::type_info* catch_type; in check_exception_spec() local
142 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
223 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
236 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
255 const std::type_info *catch_type; in check_exception_spec() local
266 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
547 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
598 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
602 if (! catch_type in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc114 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
129 const std::type_info* catch_type; in check_exception_spec() local
142 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
223 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
236 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
255 const std::type_info *catch_type; in check_exception_spec() local
266 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
547 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
598 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
602 if (! catch_type in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Deh_personality.cc114 #define get_adjusted_ptr(catch_type, throw_type, thrown_ptr_p) \ argument
129 const std::type_info* catch_type; in check_exception_spec() local
142 catch_type = reinterpret_cast<const std::type_info*>(tmp); in check_exception_spec()
223 get_adjusted_ptr (const std::type_info *catch_type, in get_adjusted_ptr() argument
236 if (catch_type->__do_catch (throw_type, &thrown_ptr, 1)) in get_adjusted_ptr()
255 const std::type_info *catch_type; in check_exception_spec() local
266 catch_type = get_ttype_entry (info, tmp); in check_exception_spec()
547 const std::type_info* catch_type; in PERSONALITY_FUNCTION() local
598 catch_type = get_ttype_entry (&info, ar_filter); in PERSONALITY_FUNCTION()
602 if (! catch_type in PERSONALITY_FUNCTION()
[all …]

12345678910>>...14