Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java459 LiveIntervals intervals = value.getLiveIntervals(); in getRegisterForValue()
469 return getRegisterForIntervals(value.getLiveIntervals()); in getArgumentOrAllocateRegisterForValue()
509 LiveIntervals intervals = current.getLiveIntervals(); in unsplitArguments()
602 LiveIntervals argumentInterval = preArgumentSentinelValue.getLiveIntervals(); in performLinearScan()
652 LiveIntervals intervals = exceptionValue.getLiveIntervals(); in performLinearScan()
752 LiveIntervals destIntervals = dest.getLiveIntervals(); in allocateArgumentIntervalsWithSrc()
831 LiveIntervals intervals = move.src().getLiveIntervals(); in allocateLinkedIntervals()
922 left.getLiveIntervals().getSplitCovering(unhandledInterval.getStart()).getRegister(); in hasOverlappingLongRegisters()
924 right.getLiveIntervals().getSplitCovering(unhandledInterval.getStart()).getRegister(); in hasOverlappingLongRegisters()
1122 LiveIntervals intervals = operands.get(i).getLiveIntervals(); in useRegisterHint()
[all …]
/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DPeepholeOptimizer.java259 constNumber.outValue().getLiveIntervals().getSplitCovering(constNumber.getNumber()); in constantSpilledAtDefinition()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DValue.java330 public LiveIntervals getLiveIntervals() { in getLiveIntervals() method in Value