Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java526 current = current.getNextConsecutive(); in unsplitArguments()
630 argumentInterval = argumentInterval.getNextConsecutive(); in performLinearScan()
796 current = current.getNextConsecutive(); in allocateArgumentIntervalsWithSrc()
814 current = current.getNextConsecutive(); in allocateLinkedIntervals()
843 current = current.getNextConsecutive(); in allocateLinkedIntervals()
971 assert preArgumentSentinelValue.getNextConsecutive().requiredRegisters() == 1; in allocateSingleInterval()
1768 Value next = current.getNextConsecutive(); in addLiveRange()
1929 if (!current.isLinked() || current.getNextConsecutive() != next) { in argumentsAreAlreadyLinked()
1961 current = current.getNextConsecutive(); in setupArgumentLiveIntervals()
1963 while (current.getNextConsecutive() != null) { in setupArgumentLiveIntervals()
[all …]
DLiveIntervals.java134 public LiveIntervals getNextConsecutive() { in getNextConsecutive() method in LiveIntervals
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvoke.java187 if (current.getNextConsecutive() != next) {
DValue.java169 public Value getNextConsecutive() { in getNextConsecutive() method in Value