Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlock.java1184 List<Integer> newCatchTargets = new ArrayList<>(); in appendCatchHandlers() local
1189 newCatchTargets.addAll(catchHandlers.getAllTargets()); in appendCatchHandlers()
1190 for (int newCatchTarget : newCatchTargets) { in appendCatchHandlers()
1220 newCatchTargets.add(index); in appendCatchHandlers()
1239 catchHandlers = new CatchHandlers<>(newCatchGuards, newCatchTargets); in appendCatchHandlers()