Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java253 List<Integer> sortedHandlerIndices = new ArrayList<>(catchHandlers.getAllTargets()); in consistentCatchHandlers() local
254 sortedHandlerIndices.sort(Comparator.naturalOrder()); in consistentCatchHandlers()
255 int firstIndex = sortedHandlerIndices.get(0); in consistentCatchHandlers()
256 int lastIndex = sortedHandlerIndices.get(sortedHandlerIndices.size() - 1); in consistentCatchHandlers()
258 assert lastIndex < sortedHandlerIndices.size(); in consistentCatchHandlers()