Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1532 int maxGapSize = 11 * INSTRUCTION_NUMBER_DELTA; in splitRangesForSpilledConstant() local
1544 if (use.getPosition() - previousUse > maxGapSize) { in splitRangesForSpilledConstant()