Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DSourceCode.java59 CatchHandlers<Integer> getCurrentCatchHandlers(); in getCurrentCatchHandlers() method
DDexSourceCode.java159 public CatchHandlers<Integer> getCurrentCatchHandlers() { in getCurrentCatchHandlers() method in DexSourceCode
DIRBuilder.java1547 for (int offset : source.getCurrentCatchHandlers().getUniqueTargets()) {
1568 CatchHandlers<Integer> catchHandlers = source.getCurrentCatchHandlers();
DJarSourceCode.java484 public CatchHandlers<Integer> getCurrentCatchHandlers() { in getCurrentCatchHandlers() method in JarSourceCode
/external/r8/src/main/java/com/android/tools/r8/ir/synthetic/
DSingleBlockSourceCode.java193 public final CatchHandlers<Integer> getCurrentCatchHandlers() { in getCurrentCatchHandlers() method in SingleBlockSourceCode
/external/r8/src/test/java/com/android/tools/r8/maindexlist/
DMainDexListTests.java534 public CatchHandlers<Integer> getCurrentCatchHandlers() { in getCurrentCatchHandlers() method in MainDexListTests.ReturnVoidCode
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java926 public CatchHandlers<Integer> getCurrentCatchHandlers() { in getCurrentCatchHandlers() method in Outliner.OutlineSourceCode