Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DBasicBlock.java1183 List<DexType> newCatchGuards = new ArrayList<>(); in appendCatchHandlers() local
1188 newCatchGuards.addAll(catchHandlers.getGuards()); in appendCatchHandlers()
1219 newCatchGuards.add(prevCatchGuard); in appendCatchHandlers()
1239 catchHandlers = new CatchHandlers<>(newCatchGuards, newCatchTargets); in appendCatchHandlers()