Searched refs:sortedHandlerIndices (Results 1 – 1 of 1) sorted by relevance
253 List<Integer> sortedHandlerIndices = new ArrayList<>(catchHandlers.getAllTargets()); in consistentCatchHandlers() local254 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()