Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1214 boolean needsRegisterPair, boolean restrictToConstant) { in getLargestCandidate() argument
1219 if (restrictToConstant && !freePositions.holdsConstant(i)) { in getLargestCandidate()
1242 boolean needsRegisterPair, RegisterPositions freePositions, boolean restrictToConstant) { in getLargestValidCandidate() argument
1244 restrictToConstant); in getLargestValidCandidate()
1253 restrictToConstant); in getLargestValidCandidate()