Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLiveIntervals.java126 public LiveIntervals getStartOfConsecutive() { in getStartOfConsecutive() method in LiveIntervals
143 LiveIntervals start = getStartOfConsecutive(); in numberOfConsecutiveRegisters()
152 LiveIntervals start = getStartOfConsecutive(); in computeNumberOfConsecutiveRegisters()
DLinearScanRegisterAllocator.java790 LiveIntervals current = destIntervals.getStartOfConsecutive(); in allocateArgumentIntervalsWithSrc()
806 LiveIntervals current = unhandledInterval.getStartOfConsecutive(); in allocateLinkedIntervals()
817 current = unhandledInterval.getStartOfConsecutive(); in allocateLinkedIntervals()
1764 Value current = v.getStartOfConsecutive(); in addLiveRange()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DValue.java161 public Value getStartOfConsecutive() { in getStartOfConsecutive() method in Value