Home
last modified time | relevance | path

Searched refs:ivKind (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.java441 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
442 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
450 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
457 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
473 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
/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.java444 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
445 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
453 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
460 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
476 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
/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.java441 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
442 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
450 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
457 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
473 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
/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.java444 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
445 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
453 b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2)); in registerPlugins()
460 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
476 … b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4)); in registerPlugins()
/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.java599 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
600 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
608 … b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2, loopCanBeRemoved)); in registerPlugins()
615 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
631 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()
/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.java599 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
600 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
608 … b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2, loopCanBeRemoved)); in registerPlugins()
615 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
631 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()
/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.java597 private void registerPlugins(Registration r, JavaKind ivKind) { in registerPlugins() argument
598 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
606 … b.addPush(ivKind, new IVPropertyNode(property, null, null, arg2, loopCanBeRemoved)); in registerPlugins()
613 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
629 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()