Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java645 List<LiveIntervals> moveExceptionIntervals = new ArrayList<>(); in performLinearScan() local
659 for (LiveIntervals other : moveExceptionIntervals) { in performLinearScan()
663 moveExceptionIntervals.add(intervals); in performLinearScan()
668 for (LiveIntervals intervals : moveExceptionIntervals) { in performLinearScan()