Searched refs:exceptionalSuccessorIterator (Results 1 – 1 of 1) sorted by relevance
213 IntIterator exceptionalSuccessorIterator = fallthroughInfo.exceptionalSuccessors.iterator(); in split() local214 while (exceptionalSuccessorIterator.hasNext()) { in split()215 BlockInfo exceptionalSuccessor = targets.get(exceptionalSuccessorIterator.nextInt()); in split()