Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java71 public static final int REGISTER_CANDIDATE_NOT_FOUND = -1; field in LinearScanRegisterAllocator
1045 assert candidate != REGISTER_CANDIDATE_NOT_FOUND; in allocateSingleInterval() local
1215 int candidate = REGISTER_CANDIDATE_NOT_FOUND; in getLargestCandidate()
1245 if (candidate == REGISTER_CANDIDATE_NOT_FOUND) { in getLargestValidCandidate()
1332 if (nonConstCandidate == Integer.MAX_VALUE || candidate == REGISTER_CANDIDATE_NOT_FOUND) { in allocateBlockedRegister()