/* */
/* 49 */ scan(0, iter, null);
/* */
/* 51 */ ExceptionTable exceptions = code.getExceptionTable();
/* 52 */ for (int i = 0; i < exceptions.size(); i++) {
/* 53 */ int handler = exceptions.handlerPc(i);
/* */
/* 56 */ scan(handler, iter, this.subroutines[exceptions.startPc(i)]);
/* */ }
/* */
/* 59 */ return this.subroutines;