Searched refs:TryCatchBlock (Results 1 – 1 of 1) sorted by relevance
75 private static class TryCatchBlock { class in JarSourceCode83 public TryCatchBlock(TryCatchBlockNode node, JarSourceCode code) { in TryCatchBlock() method in JarSourceCode.TryCatchBlock90 private TryCatchBlock(int handler, int start, int end, String type) { in TryCatchBlock() method in JarSourceCode.TryCatchBlock160 private static final TryCatchBlock EXCEPTIONAL_SYNC_EXIT =161 new TryCatchBlock(EXCEPTIONAL_SYNC_EXIT_OFFSET, 0, Integer.MAX_VALUE, null);458 for (TryCatchBlock tryCatchBlock : getTryHandlers(insn)) { in verifyExceptionEdgesAreRecorded()488 List<TryCatchBlock> tryCatchBlocks = getTryHandlers(currentInstruction); in getCurrentCatchHandlers()613 List<TryCatchBlock> tryCatchBlocks = getTryHandlers(insn); in traceInstruction()616 for (TryCatchBlock tryCatchBlock : tryCatchBlocks) { in traceInstruction()639 private List<TryCatchBlock> getPotentialTryHandlers(AbstractInsnNode insn) { in getPotentialTryHandlers()[all …]