Home
last modified time | relevance | path

Searched refs:TryCatchBlock (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java75 private static class TryCatchBlock { class in JarSourceCode
83 public TryCatchBlock(TryCatchBlockNode node, JarSourceCode code) { in TryCatchBlock() method in JarSourceCode.TryCatchBlock
90 private TryCatchBlock(int handler, int start, int end, String type) { in TryCatchBlock() method in JarSourceCode.TryCatchBlock
160 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 …]