Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java757 List<LiveIntervals> savedActive = new LinkedList<>(active); in allocateArgumentIntervalsWithSrc() local
787 active = savedActive; in allocateArgumentIntervalsWithSrc()