Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java700 freeRegistersForIntervals(activeIntervals); in performLinearScan()
705 freeRegistersForIntervals(activeIntervals); in performLinearScan()
774 freeRegistersForIntervals(active); in allocateArgumentIntervalsWithSrc()
841 freeRegistersForIntervals(current); in allocateLinkedIntervals()
1447 freeRegistersForIntervals(intervals); in spillOverlappingActiveIntervals()
2064 private void freeRegistersForIntervals(LiveIntervals intervals) { in freeRegistersForIntervals() method