Home
last modified time | relevance | path

Searched refs:otherLocs (Results 1 – 11 of 11) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java154 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
156 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
162 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
164 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java154 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
156 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
162 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
164 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java246 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
248 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
254 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
256 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java240 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
242 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
248 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
250 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java246 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
248 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
254 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
256 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java240 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
242 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
248 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
250 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java240 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
242 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
248 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
250 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java240 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
242 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
248 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
250 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java240 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
242 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
248 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
250 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java240 StackValueCollection otherLocs = other.getLocals(); in structuralCompare() local
242 Assert.that(locs.size() == otherLocs.size(), "sanity check"); in structuralCompare()
248 … if (other.isCompiledFrame() && (otherLocs.get(i)).getType() == BasicType.getTConflict()) continue; in structuralCompare()
250 if (!locs.get(i).equals(otherLocs.get(i))) { in structuralCompare()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/storage/
H A DBlockManager.scala566 val (preferredLocs, otherLocs) = locs.partition { loc => blockManagerId.host == loc.host }
567 preferredLocs ++ otherLocs