Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java75 ALLOW_ARGUMENT_REUSE, enumConstant
180 performAllocationWithoutMoveInsertion(ArgumentReuseMode.ALLOW_ARGUMENT_REUSE); in allocateRegisters()
606 if (mode == ArgumentReuseMode.ALLOW_ARGUMENT_REUSE) { in performLinearScan()
641 if (mode != ArgumentReuseMode.ALLOW_ARGUMENT_REUSE) { in performLinearScan()
964 if (mode == ArgumentReuseMode.ALLOW_ARGUMENT_REUSE) { in allocateSingleInterval()
1054 if (mode == ArgumentReuseMode.ALLOW_ARGUMENT_REUSE) { in allocateSingleInterval()
1081 if (mode == ArgumentReuseMode.ALLOW_ARGUMENT_REUSE) { in allocateSingleInterval()