Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java213 IntIterator exceptionalSuccessorIterator = fallthroughInfo.exceptionalSuccessors.iterator(); in split() local
214 while (exceptionalSuccessorIterator.hasNext()) { in split()
215 BlockInfo exceptionalSuccessor = targets.get(exceptionalSuccessorIterator.nextInt()); in split()