Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java72 public static final int MIN_CONSTANT_FREE_FOR_POSITIONS = 5; field in LinearScanRegisterAllocator
1336 if (largestConstUsePosition - MIN_CONSTANT_FREE_FOR_POSITIONS < unhandledInterval in allocateBlockedRegister()