Searched refs:isThrow (Results 1 – 5 of 5) sorted by relevance
45 assert other.isThrow(); in identicalNonValueParts()51 assert other.isThrow(); in compareNonValueParts()56 public boolean isThrow() { in isThrow() method in Throw
244 assert block.exit().isGoto() || block.exit().isThrow(); in consistentCatchHandlers()262 assert lastIndex == lastSuccessorIndex || !block.exit().isThrow(); in consistentCatchHandlers()
586 public boolean isThrow() { in isThrow() method in Instruction
1245 assert !exit().isThrow(); in appendCatchHandlers()1249 assert successors.size() == catchSuccessorsCount || !exit().isThrow(); in appendCatchHandlers()
525 private static boolean isThrow(AbstractInsnNode insn) { in isThrow() method in JarSourceCode530 return isReturn(insn) || isThrow(insn) || isSwitch(insn) || (insn instanceof JumpInsnNode) in isControlFlowInstruction()627 if (!isThrow(insn)) { in traceInstruction()633 return isThrow(insn) ? index : -1; in traceInstruction()1811 assert isReturn(insn) || isThrow(insn); in processLocalVariablesAtExit()