Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLiveIntervals.java55 private int toGapPosition(int position) { in toGapPosition() method in LiveIntervals
348 start = toGapPosition(start); in splitBefore()
DLinearScanRegisterAllocator.java878 private int toGapPosition(int position) { in toGapPosition() method
1550 if (toGapPosition(use.getPosition()) > split.getStart()) { in splitRangesForSpilledConstant()
1605 spillMoves.addSpillOrRestoreMove(toGapPosition(position), split, current); in insertMoves()