Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java1330 int nonConstCandidate = getLargestValidCandidate(unhandledInterval, registerConstraint, in allocateBlockedRegister() local
1332 if (nonConstCandidate == Integer.MAX_VALUE || candidate == REGISTER_CANDIDATE_NOT_FOUND) { in allocateBlockedRegister()
1333 candidate = nonConstCandidate; in allocateBlockedRegister()
1339 candidate = nonConstCandidate; in allocateBlockedRegister()