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

123

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

Completed in 132 milliseconds

123