Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java234 removeArgumentRestores(inMoves); in scheduleMovesBeforeInstruction()
239 removeArgumentRestores(outMoves); in scheduleMovesBeforeInstruction()
260 private void removeArgumentRestores(Set<SpillMove> moves) { in removeArgumentRestores() method in SpillMoveSet