Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLiveIntervals.java333 public LiveIntervalsUse firstUseWithConstraint() { in firstUseWithConstraint() method in LiveIntervals
DLinearScanRegisterAllocator.java613 LiveIntervalsUse use = argumentInterval.firstUseWithConstraint(); in performLinearScan()
1062 int nextConstrainedPosition = unhandledInterval.firstUseWithConstraint().getPosition(); in allocateSingleInterval()