Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java134 assert isConsistentGraph() && consistentDefUseChains() && validThrowingInstructions(); in isConsistentSSA()
283 private boolean validThrowingInstructions() { in validThrowingInstructions() method