Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DIRCode.java248 int lastGuardIndex = guards.size() - 1; in consistentCatchHandlers() local
250 assert guards.get(i) != DexItemFactory.catchAllType || i == lastGuardIndex; in consistentCatchHandlers()