Home
last modified time | relevance | path

Searched defs:catch_type (Results 1 – 8 of 8) sorted by relevance

/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()
141 public void setCatchType( final ObjectType catch_type ) { in setCatchType()
DMethodGen.java459 …final InstructionHandle end_pc, final InstructionHandle handler_pc, final ObjectType catch_type ) { in addExceptionHandler()
/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()
148 public final void setCatchType( final int catch_type ) { in setCatchType()
/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()
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DException_info.java66 final int handler_pc, final int catch_type) in Exception_info()
/external/llvm-project/libcxxabi/src/
Dcxa_default_handlers.cpp56 const __shim_type_info* catch_type = in demangling_terminate_handler() local
/external/libcxxabi/src/
Dcxa_default_handlers.cpp60 const __shim_type_info* catch_type = in demangling_terminate_handler() local
/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