Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/regalloc/
DRegisterAllocator.java13 int getArgumentOrAllocateRegisterForValue(Value value, int instructionNumber); in getArgumentOrAllocateRegisterForValue() method
DLinearScanRegisterAllocator.java467 public int getArgumentOrAllocateRegisterForValue(Value value, int instructionNumber) { in getArgumentOrAllocateRegisterForValue() method in LinearScanRegisterAllocator
/external/r8/src/test/java/com/android/tools/r8/ir/regalloc/
DIdenticalAfterRegisterAllocationTest.java41 public int getArgumentOrAllocateRegisterForValue(Value value, int instructionNumber) { in getArgumentOrAllocateRegisterForValue() method in IdenticalAfterRegisterAllocationTest.MockRegisterAllocator