&& db.checkMethodSuspendType(invokedInitInsn.owner, ClassEntry.key(invokedInitInsn.name, invokedInitInsn.desc), false) == MethodDatabase.SUSPEND_NORMAL;
if (needWaveInvokedInitInsn) {
invokedInitInsnStart = new Label();
invokedInitInsnEnd = new Label();
invokedInitInsnCatchAll = new Label();
mv.visitTryCatchBlock(invokedInitInsnStart, invokedInitInsnEnd, invokedInitInsnCatchAll, null);
}
for(TryCatchBlockNode tcb : mn.tryCatchBlocks) {
tcb.accept(mv);
}