Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java165 private SpillMove getMoveWithSource(LiveIntervals src, Collection<SpillMove> moves) { in getMoveWithSource() method in SpillMoveSet
219 SpillMove outMove = getMoveWithSource(inMove.to, outMoves); in pruneParallelMoveSets()
221 SpillMove blockingPhiMove = getMoveWithSource(inMove.to, phiMoves); in pruneParallelMoveSets()