Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DSpillMoveSet.java24 private final Map<Integer, Set<SpillMove>> instructionToInMoves = new HashMap<>(); field in SpillMoveSet
106 instructionToInMoves.computeIfAbsent(i, (k) -> new LinkedHashSet<>()).add( in addInMove()
161 || instructionToInMoves.containsKey(i - 1) in needsMovesBeforeInstruction()
233 instructionToInMoves.computeIfAbsent(instruction - 1, (k) -> new LinkedHashSet<>()); in scheduleMovesBeforeInstruction()