Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DLinearScanRegisterAllocator.java180 performAllocationWithoutMoveInsertion(ArgumentReuseMode.ALLOW_ARGUMENT_REUSE); in allocateRegisters()
481 private boolean performAllocationWithoutMoveInsertion(ArgumentReuseMode mode) { in performAllocationWithoutMoveInsertion() method in LinearScanRegisterAllocator
487 boolean result = performAllocationWithoutMoveInsertion(mode); in performAllocation()