Home
last modified time | relevance | path

Searched refs:identicalNonValueParts (Results 1 – 25 of 55) sorted by relevance

123

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DInvokeInterface.java61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeInterface
65 return super.identicalNonValueParts(other); in identicalNonValueParts()
DInvokeStatic.java61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeStatic
65 return super.identicalNonValueParts(other); in identicalNonValueParts()
DInvokeVirtual.java61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeVirtual
65 return super.identicalNonValueParts(other); in identicalNonValueParts()
DInvokeSuper.java60 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeSuper
64 return super.identicalNonValueParts(other); in identicalNonValueParts()
DInvokePolymorphic.java72 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokePolymorphic
76 return proto.equals(((InvokePolymorphic) other).proto) && super.identicalNonValueParts(other); in identicalNonValueParts()
DInvokeDirect.java74 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeDirect
78 return super.identicalNonValueParts(other); in identicalNonValueParts()
DDebugLocalWrite.java41 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugLocalWrite
DInvokeMethod.java25 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeMethod
DMoveException.java38 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in MoveException
DNewInstance.java37 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NewInstance
DDebugPosition.java38 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugPosition
DArgument.java48 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Argument
DThrow.java44 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Throw
DArrayLength.java72 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ArrayLength
DMonitor.java49 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Monitor
DConstClass.java51 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ConstClass
DNewArrayEmpty.java53 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NewArrayEmpty
DInstruction.java220 public abstract boolean identicalNonValueParts(Instruction other); in identicalNonValueParts() method in Instruction
236 if (!aNum.identicalNonValueParts(bNum)) { in identicalAfterRegisterAllocation()
250 if (!identicalNonValueParts(other)) { in identicalAfterRegisterAllocation()
DConstString.java41 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ConstString
DMove.java46 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Move
DDebugLocalsChange.java49 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugLocalsChange
DGoto.java69 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Goto
DInstanceOf.java58 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InstanceOf
DInvokeCustom.java73 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeCustom
DNot.java59 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Not

123