Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java125 public int scheduleAndInsertMoves(int tempRegister) { in scheduleAndInsertMoves() method in SpillMoveSet
DLinearScanRegisterAllocator.java1613 maxRegisterNumber += spillMoves.scheduleAndInsertMoves(maxRegisterNumber + 1); in insertMoves()