Home
last modified time | relevance | path

Searched defs:identicalNonValueParts (Results 1 – 25 of 51) sorted by relevance

123

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DDebugLocalWrite.java41 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugLocalWrite
DInvokeMethod.java25 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeMethod
DThrow.java44 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Throw
DMoveException.java38 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in MoveException
DArgument.java48 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Argument
DNewInstance.java37 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NewInstance
DConstString.java41 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ConstString
DDebugPosition.java38 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugPosition
DMonitor.java49 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Monitor
DNewArrayEmpty.java53 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NewArrayEmpty
DArrayLength.java72 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ArrayLength
DNumberConversion.java117 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in NumberConversion
DMove.java46 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Move
DInvokeInterface.java61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeInterface
DConstClass.java51 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in ConstClass
DInvokeStatic.java61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeStatic
DInvokeVirtual.java61 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeVirtual
DInvokeSuper.java60 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeSuper
DStaticPut.java79 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in StaticPut
DStaticGet.java77 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in StaticGet
DDebugLocalsChange.java49 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in DebugLocalsChange
DCheckCast.java59 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in CheckCast
DInvokeDirect.java74 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokeDirect
DGoto.java69 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in Goto
DInvokePolymorphic.java72 public boolean identicalNonValueParts(Instruction other) { in identicalNonValueParts() method in InvokePolymorphic

123