Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java286 boolean seenThrowing = false; in validThrowingInstructions()
289 assert !seenThrowing; in validThrowingInstructions() local
290 seenThrowing = true; in validThrowingInstructions()
297 if (seenThrowing) { in validThrowingInstructions()