Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java68 addInMove(i, to, from); in addSpillOrRestoreMove()
82 addInMove(i, to, from); in addInResolutionMove()
104 private void addInMove(int i, LiveIntervals to, LiveIntervals from) { in addInMove() method in SpillMoveSet