Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DIRBuilder.java201 BlockInfo fallthroughInfo = new BlockInfo(); in split() local
202 fallthroughInfo.normalPredecessors = new IntArraySet(Collections.singleton(blockStartOffset)); in split()
203 fallthroughInfo.block.incrementUnfilledPredecessorCount(); in split()
210 fallthroughInfo.normalSuccessors = normalSuccessors; in split()
213 IntIterator exceptionalSuccessorIterator = fallthroughInfo.exceptionalSuccessors.iterator(); in split()
218 fallthroughInfo.exceptionalSuccessors = new IntArraySet(this.exceptionalSuccessors); in split()
219 return fallthroughInfo; in split()