Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java725 allocateLinkedIntervals(unhandledInterval); in performLinearScan()
781 allocateLinkedIntervals(destIntervals); in allocateArgumentIntervalsWithSrc()
803 private void allocateLinkedIntervals(LiveIntervals unhandledInterval) { in allocateLinkedIntervals() method in LinearScanRegisterAllocator