Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java458 for (TryCatchBlock tryCatchBlock : getTryHandlers(insn)) { in verifyExceptionEdgesAreRecorded()
488 List<TryCatchBlock> tryCatchBlocks = getTryHandlers(currentInstruction); in getCurrentCatchHandlers()
613 List<TryCatchBlock> tryCatchBlocks = getTryHandlers(insn); in traceInstruction()
661 private List<TryCatchBlock> getTryHandlers(AbstractInsnNode insn) { in getTryHandlers() method in JarSourceCode
2246 if (getTryHandlers(insn).isEmpty()) { in addThrow()