Searched refs:getThrowsColorForBlock (Results 1 – 1 of 1) sorted by relevance
111 && getThrowsColorForBlock(block, iterator.nextIndex()) == CANNOT_THROW) { in removedUnneededDebugPositions()129 int color = getThrowsColorForBlock(block, 0); in computeThrowsColorForAllBlocks()169 private static int getThrowsColorForBlock(BasicBlock block, int index) { in getThrowsColorForBlock() method in CodeRewriter