Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java80 public void addInResolutionMove(int i, LiveIntervals to, LiveIntervals from) { in addInResolutionMove() method in SpillMoveSet
DLinearScanRegisterAllocator.java1656 spillMoves.addInResolutionMove(toInstruction + 1, toIntervals, fromIntervals); in resolveControlFlow()
1658 spillMoves.addInResolutionMove(toInstruction - 1, toIntervals, fromIntervals); in resolveControlFlow()