Searched defs:catch_type (Results 1 – 8 of 8) sorted by relevance
41 private ObjectType catch_type; field in CodeExceptionGen54 final InstructionHandle handler_pc, final ObjectType catch_type) { in CodeExceptionGen()141 public void setCatchType( final ObjectType catch_type ) { in setCatchType()
459 …final InstructionHandle end_pc, final InstructionHandle handler_pc, final ObjectType catch_type ) { in addExceptionHandler()
42 private int catch_type; /* If this is zero the handler catches any field in CodeException77 …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()
39 ExceptionHandler(final ObjectType catch_type, final InstructionHandle handler_pc) { in ExceptionHandler()
66 final int handler_pc, final int catch_type) in Exception_info()
56 const __shim_type_info* catch_type = in demangling_terminate_handler() local
60 const __shim_type_info* catch_type = in demangling_terminate_handler() local
113 final int catch_type = cex.getCatchType(); // Index in constant pool in writeAttribute() local