Home
last modified time | relevance | path

Searched refs:otherConstant (Results 1 – 13 of 13) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/classfmt/
H A DClassFileReader.java665 Constant otherConstant = otherFieldInfo.getConstant(); in hasStructuralFieldChanges() local
666 if (currentConstant.typeID() != otherConstant.typeID()) in hasStructuralFieldChanges()
668 if (!currentConstant.getClass().equals(otherConstant.getClass())) in hasStructuralFieldChanges()
672 return currentConstant.intValue() != otherConstant.intValue(); in hasStructuralFieldChanges()
674 return currentConstant.byteValue() != otherConstant.byteValue(); in hasStructuralFieldChanges()
676 return currentConstant.shortValue() != otherConstant.shortValue(); in hasStructuralFieldChanges()
678 return currentConstant.charValue() != otherConstant.charValue(); in hasStructuralFieldChanges()
680 return currentConstant.longValue() != otherConstant.longValue(); in hasStructuralFieldChanges()
682 return currentConstant.floatValue() != otherConstant.floatValue(); in hasStructuralFieldChanges()
684 return currentConstant.doubleValue() != otherConstant.doubleValue(); in hasStructuralFieldChanges()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java183 Constant otherConstant = other.asConstant(); in neverDistinct() local
184 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java183 Constant otherConstant = other.asConstant(); in neverDistinct() local
184 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java183 Constant otherConstant = other.asConstant(); in neverDistinct() local
184 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java184 Constant otherConstant = other.asConstant(); in neverDistinct() local
185 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java191 Constant otherConstant = other.asConstant(); in neverDistinct() local
192 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java191 Constant otherConstant = other.asConstant(); in neverDistinct() local
192 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DStamp.java191 Constant otherConstant = other.asConstant(); in neverDistinct() local
192 return otherConstant != null && constant.equals(otherConstant); in neverDistinct()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/classfmt/
H A DClassFileReader.java1073 Constant otherConstant = otherFieldInfo.getConstant(); in hasStructuralFieldChanges() local
1074 if (currentConstant.typeID() != otherConstant.typeID()) in hasStructuralFieldChanges()
1076 if (!currentConstant.getClass().equals(otherConstant.getClass())) in hasStructuralFieldChanges()
1080 return currentConstant.intValue() != otherConstant.intValue(); in hasStructuralFieldChanges()
1082 return currentConstant.byteValue() != otherConstant.byteValue(); in hasStructuralFieldChanges()
1084 return currentConstant.shortValue() != otherConstant.shortValue(); in hasStructuralFieldChanges()
1086 return currentConstant.charValue() != otherConstant.charValue(); in hasStructuralFieldChanges()
1088 return currentConstant.longValue() != otherConstant.longValue(); in hasStructuralFieldChanges()
1090 return currentConstant.floatValue() != otherConstant.floatValue(); in hasStructuralFieldChanges()
1092 return currentConstant.doubleValue() != otherConstant.doubleValue(); in hasStructuralFieldChanges()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/
H A DClassFileReader.java1213 Constant otherConstant = otherFieldInfo.getConstant(); in hasStructuralFieldChanges() local
1214 if (currentConstant.typeID() != otherConstant.typeID()) in hasStructuralFieldChanges()
1216 if (!currentConstant.getClass().equals(otherConstant.getClass())) in hasStructuralFieldChanges()
1220 return currentConstant.intValue() != otherConstant.intValue(); in hasStructuralFieldChanges()
1222 return currentConstant.byteValue() != otherConstant.byteValue(); in hasStructuralFieldChanges()
1224 return currentConstant.shortValue() != otherConstant.shortValue(); in hasStructuralFieldChanges()
1226 return currentConstant.charValue() != otherConstant.charValue(); in hasStructuralFieldChanges()
1228 return currentConstant.longValue() != otherConstant.longValue(); in hasStructuralFieldChanges()
1230 return currentConstant.floatValue() != otherConstant.floatValue(); in hasStructuralFieldChanges()
1232 return currentConstant.doubleValue() != otherConstant.doubleValue(); in hasStructuralFieldChanges()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/InternalTrees/
H A DScalarOps.cs66 ConstantBaseOp otherConstant = other as ConstantBaseOp; in IsEquivalent()
68 otherConstant != null && in IsEquivalent()
70 otherConstant.Type.EdmEquals(this.Type) && in IsEquivalent()
71 … ((otherConstant.Value == null && this.Value == null) || otherConstant.Value.Equals(this.Value)); in IsEquivalent()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/impl/
H A DConstant.java1473 public boolean hasSameValue(Constant otherConstant) { in hasSameValue() argument
1474 if (this == otherConstant) in hasSameValue()
1477 if ((typeID = typeID()) != otherConstant.typeID()) in hasSameValue()
1483 return byteValue() == otherConstant.byteValue(); in hasSameValue()
1485 return charValue() == otherConstant.charValue(); in hasSameValue()
1489 return floatValue() == otherConstant.floatValue(); in hasSameValue()
1491 return intValue() == otherConstant.intValue(); in hasSameValue()
1493 return shortValue() == otherConstant.shortValue(); in hasSameValue()
1495 return longValue() == otherConstant.longValue(); in hasSameValue()
1499 ? otherConstant.stringValue() == null in hasSameValue()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/impl/
H A DConstant.java1477 public boolean hasSameValue(Constant otherConstant) { in hasSameValue() argument
1478 if (this == otherConstant) in hasSameValue()
1481 if ((typeID = typeID()) != otherConstant.typeID()) in hasSameValue()
1487 return byteValue() == otherConstant.byteValue(); in hasSameValue()
1489 return charValue() == otherConstant.charValue(); in hasSameValue()
1493 return floatValue() == otherConstant.floatValue(); in hasSameValue()
1495 return intValue() == otherConstant.intValue(); in hasSameValue()
1497 return shortValue() == otherConstant.shortValue(); in hasSameValue()
1499 return longValue() == otherConstant.longValue(); in hasSameValue()
1503 ? otherConstant.stringValue() == null in hasSameValue()
[all …]