Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DCodeRewriter.java80 private static final int UNKNOWN_CAN_THROW = 0; field in CodeRewriter
131 if (color == UNKNOWN_CAN_THROW) { in computeThrowsColorForAllBlocks()
145 if (!block.hasColor(UNKNOWN_CAN_THROW)) { in computeThrowsColorForAllBlocks()
151 if (color == UNKNOWN_CAN_THROW) { in computeThrowsColorForAllBlocks()
155 if (predecessor.hasColor(UNKNOWN_CAN_THROW)) { in computeThrowsColorForAllBlocks()
189 if (successor.hasColor(UNKNOWN_CAN_THROW)) { in getThrowsColorForSuccessors()
190 color = UNKNOWN_CAN_THROW; in getThrowsColorForSuccessors()