Home
last modified time | relevance | path

Searched defs:freePositions (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java962 RegisterPositions freePositions = new RegisterPositions(registerConstraint + 1); in allocateSingleInterval() local
1099 RegisterPositions freePositions, boolean needsRegisterPair) { in useRegisterHint()
1146 RegisterPositions freePositions, boolean needsRegisterPair, int register) { in tryHint()
1213 private int getLargestCandidate(int registerConstraint, RegisterPositions freePositions, in getLargestCandidate()
1242 boolean needsRegisterPair, RegisterPositions freePositions, boolean restrictToConstant) { in getLargestValidCandidate()