Home
last modified time | relevance | path

Searched refs:IVProperty (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.java54 private interface IVProperty { interface in CountedLoopTest
76 private static int get(@SuppressWarnings("unused") IVProperty property, int iv) { in get()
85 private static long get(@SuppressWarnings("unused") IVProperty property, long iv) { in get()
398 private final IVProperty property;
403 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode()
442 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
445 IVProperty property = null; in registerPlugins()
447 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
457 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
460 IVProperty property = null; in registerPlugins()
[all …]
/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.java56 private interface IVProperty { interface in CountedLoopTest
78 private static int get(@SuppressWarnings("unused") IVProperty property, int iv) { in get()
87 private static long get(@SuppressWarnings("unused") IVProperty property, long iv) { in get()
400 private final IVProperty property;
405 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode()
445 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
448 IVProperty property = null; in registerPlugins()
450 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
460 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
463 IVProperty property = null; in registerPlugins()
[all …]
/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.java54 private interface IVProperty { interface in CountedLoopTest
76 private static int get(@SuppressWarnings("unused") IVProperty property, int iv) { in get()
85 private static long get(@SuppressWarnings("unused") IVProperty property, long iv) { in get()
398 private final IVProperty property;
403 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode()
442 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
445 IVProperty property = null; in registerPlugins()
447 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
457 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
460 IVProperty property = null; in registerPlugins()
[all …]
/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.java56 private interface IVProperty { interface in CountedLoopTest
78 private static int get(@SuppressWarnings("unused") IVProperty property, int iv) { in get()
87 private static long get(@SuppressWarnings("unused") IVProperty property, long iv) { in get()
400 private final IVProperty property;
405 …protected IVPropertyNode(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticC… in IVPropertyNode()
445 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
448 IVProperty property = null; in registerPlugins()
450 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
460 …r.register4("get", IVProperty.class, StaticIVProperty.class, IVPredicate.class, ivKind.toJavaClass… in registerPlugins()
463 IVProperty property = null; in registerPlugins()
[all …]
/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.java58 private interface IVProperty { interface in CountedLoopTest
76 …private static int get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constantC… in get()
81 private static int get(IVProperty property, int iv) { in get()
86 …private static long get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constant… in get()
92 private static long get(IVProperty property, long iv) { in get()
548 private final IVProperty property;
600 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
603 IVProperty property = null; in registerPlugins()
605 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
618 IVProperty property = null; in registerPlugins()
[all …]
/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.java58 private interface IVProperty { interface in CountedLoopTest
76 …private static int get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constantC… in get()
81 private static int get(IVProperty property, int iv) { in get()
86 …private static long get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constant… in get()
92 private static long get(IVProperty property, long iv) { in get()
548 private final IVProperty property;
600 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
603 IVProperty property = null; in registerPlugins()
605 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
618 IVProperty property = null; in registerPlugins()
[all …]
/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.java56 private interface IVProperty { interface in CountedLoopTest
74 …private static int get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constantC… in get()
79 private static int get(IVProperty property, int iv) { in get()
84 …private static long get(IVProperty property, StaticIVProperty staticProperty, IVPredicate constant… in get()
90 private static long get(IVProperty property, long iv) { in get()
546 private final IVProperty property;
598 r.register2("get", IVProperty.class, ivKind.toJavaClass(), new InvocationPlugin() { in registerPlugins()
601 IVProperty property = null; in registerPlugins()
603 … property = getSnippetReflection().asObject(IVProperty.class, arg1.asJavaConstant()); in registerPlugins()
616 IVProperty property = null; in registerPlugins()
[all …]