/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | InvokeInterface.java | 61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeInterface 65 return super.identicalNonValueParts(other); in identicalNonValueParts()
|
D | InvokeStatic.java | 61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeStatic 65 return super.identicalNonValueParts(other); in identicalNonValueParts()
|
D | InvokeVirtual.java | 61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeVirtual 65 return super.identicalNonValueParts(other); in identicalNonValueParts()
|
D | InvokeSuper.java | 60 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeSuper 64 return super.identicalNonValueParts(other); in identicalNonValueParts()
|
D | InvokePolymorphic.java | 72 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokePolymorphic 76 return proto.equals(((InvokePolymorphic) other).proto) && super.identicalNonValueParts(other); in identicalNonValueParts()
|
D | InvokeDirect.java | 74 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeDirect 78 return super.identicalNonValueParts(other); in identicalNonValueParts()
|
D | DebugLocalWrite.java | 41 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugLocalWrite
|
D | InvokeMethod.java | 25 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeMethod
|
D | MoveException.java | 38 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in MoveException
|
D | NewInstance.java | 37 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NewInstance
|
D | DebugPosition.java | 38 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugPosition
|
D | Argument.java | 48 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Argument
|
D | Throw.java | 44 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Throw
|
D | ArrayLength.java | 72 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ArrayLength
|
D | Monitor.java | 49 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Monitor
|
D | ConstClass.java | 51 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ConstClass
|
D | NewArrayEmpty.java | 53 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NewArrayEmpty
|
D | Instruction.java | 220 public abstract boolean identicalNonValueParts(Instruction other); in identicalNonValueParts() method in Instruction 236 if (!aNum.identicalNonValueParts(bNum)) { in identicalAfterRegisterAllocation() 250 if (!identicalNonValueParts(other)) { in identicalAfterRegisterAllocation()
|
D | ConstString.java | 41 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ConstString
|
D | Move.java | 46 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Move
|
D | DebugLocalsChange.java | 49 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugLocalsChange
|
D | Goto.java | 69 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Goto
|
D | InstanceOf.java | 58 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InstanceOf
|
D | InvokeCustom.java | 73 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeCustom
|
D | Not.java | 59 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Not
|