Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DCodeException.java42 private int catch_type; /* If this is zero the handler catches any field in CodeException
77 …c CodeException(final int start_pc, final int end_pc, final int handler_pc, final int catch_type) { in CodeException() argument
81 this.catch_type = catch_type; in CodeException()
108 file.writeShort(catch_type); in dump()
117 return catch_type; in getCatchType()
148 public final void setCatchType( final int catch_type ) { in setCatchType() argument
149 this.catch_type = catch_type; in setCatchType()
183 + handler_pc + ", catch_type = " + catch_type + ")"; in toString()
192 if (catch_type == 0) { in toString()
195 … str = Utility.compactClassName(cp.getConstantString(catch_type, Const.CONSTANT_Class), false) in toString()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DCodeExceptionGen.java41 private ObjectType catch_type; field in CodeExceptionGen
54 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen() argument
58 this.catch_type = catch_type; in CodeExceptionGen()
74 (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()
148 return catch_type; in getCatchType()
DMethodGen.java459 …final InstructionHandle end_pc, final InstructionHandle handler_pc, final ObjectType catch_type ) { in addExceptionHandler() argument
463 final CodeExceptionGen c = new CodeExceptionGen(start_pc, end_pc, handler_pc, catch_type); in addExceptionHandler()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DExceptionHandler.java39 ExceptionHandler(final ObjectType catch_type, final InstructionHandle handler_pc) { in ExceptionHandler() argument
40 catchtype = catch_type; in ExceptionHandler()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DException_info.java66 final int handler_pc, final int catch_type) in Exception_info() argument
71 m_catch_type = catch_type; in Exception_info()
/external/libcxxabi/src/
Dcxa_default_handlers.cpp56 const __shim_type_info* catch_type = in demangling_terminate_handler() local
58 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DAttributeHTML.java113 final int catch_type = cex.getCatchType(); // Index in constant pool in writeAttribute() local
115 if (catch_type != 0) { in writeAttribute()
116 … file.print(constant_html.referenceConstant(catch_type)); // Create Link to _cp.html in writeAttribute()
/external/v8/src/debug/
Ddebug.cc1702 Isolate::CatchType catch_type = isolate_->PredictExceptionCatcher(); in OnException() local
1705 if (catch_type == Isolate::CAUGHT_BY_DESUGARING) return; in OnException()
1707 bool uncaught = catch_type == Isolate::NOT_CAUGHT; in OnException()
/external/apache-commons-bcel/docs/verifier/
DJustIce.lyx1363 u2 catch_type;
1458 catch_type