Home
last modified time | relevance | path

Searched refs:IVPropertyNode (Results 1 – 7 of 7) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java394 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
396 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
403 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
450 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
473 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
486 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
489 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java396 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
398 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
405 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
453 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
476 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
489 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
492 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java394 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
396 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
403 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
450 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
473 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
486 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
489 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java396 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
398 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
405 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
453 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
476 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
489 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
492 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java545 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
546 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
554 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
608 … b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2, loopCanBeRemoved)); in registerPlugins()
631 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()
644 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
647 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java545 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
546 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
554 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
608 … b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2, loopCanBeRemoved)); in registerPlugins()
631 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()
644 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
647 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCountedLoopTest.java543 private static class IVPropertyNode extends FloatingNode implements LIRLowerable { class in CountedLoopTest
544 public static final NodeClass<IVPropertyNode> TYPE = NodeClass.create(IVPropertyNode.class);
552 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode() method in CountedLoopTest.IVPropertyNode
606 … b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2, loopCanBeRemoved)); in registerPlugins()
629 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()
642 for (IVPropertyNode node : graph.getNodes().filter(IVPropertyNode.class)) { in checkHighTierGraph()
645 assert graph.getNodes().filter(IVPropertyNode.class).isEmpty(); in checkHighTierGraph()