Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DArrayLength.java58 public boolean identicalAfterRegisterAllocation(Instruction other, RegisterAllocator allocator) { in identicalAfterRegisterAllocation() method in ArrayLength
DArrayGet.java75 public boolean identicalAfterRegisterAllocation(Instruction other, RegisterAllocator allocator) { in identicalAfterRegisterAllocation() method in ArrayGet
DArrayPut.java112 public boolean identicalAfterRegisterAllocation(Instruction other, RegisterAllocator allocator) { in identicalAfterRegisterAllocation() method in ArrayPut
DInstruction.java224 private boolean identicalAfterRegisterAllocation( in identicalAfterRegisterAllocation() method in Instruction
246 public boolean identicalAfterRegisterAllocation(Instruction other, RegisterAllocator allocator) { in identicalAfterRegisterAllocation() method in Instruction