/* 135 */ this.exceptions = buildExceptionInfo(method);
/* 136 */ this.subroutines = this.scanner.scan(method);
/* */
/* 138 */ Executor executor = new Executor(clazz.getClassPool(), method.getConstPool());
/* 139 */ this.frames = new Frame[codeLength];
/* 140 */ this.frames[iter.lookAhead()] = firstFrame(method, maxLocals, maxStack);
/* 141 */ queue.add(iter.next());
/* 142 */ while (!queue.isEmpty()) {
/* 143 */ analyzeNextEntry(method, iter, queue, executor);
/* */ }
/* */