Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java63 public void addSpillOrRestoreMove(int i, LiveIntervals to, LiveIntervals from) { in addSpillOrRestoreMove() method in SpillMoveSet
DLinearScanRegisterAllocator.java1605 spillMoves.addSpillOrRestoreMove(toGapPosition(position), split, current); in insertMoves()