Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1503 LiveIntervalsUse firstUseWithLowerLimit = null; in splitRangesForSpilledInterval() local
1507 firstUseWithLowerLimit = use; in splitRangesForSpilledInterval()
1516 if (firstUseWithLowerLimit != null) { in splitRangesForSpilledInterval()
1517 LiveIntervals splitOfSplit = spilled.splitBefore(firstUseWithLowerLimit.getPosition()); in splitRangesForSpilledInterval()