Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java245 CatchHandlers<Integer> catchHandlers = block.getCatchHandlersWithSuccessorIndexes(); in consistentCatchHandlers()
DBasicBlock.java946 public CatchHandlers<Integer> getCatchHandlersWithSuccessorIndexes() { in getCatchHandlersWithSuccessorIndexes() method in BasicBlock