Home
last modified time | relevance | path

Searched refs:staticCheck (Results 1 – 9 of 9) 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.java400 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
403 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv) { in IVPropertyNode() argument
407 this.staticCheck = staticCheck; in IVPropertyNode()
415 if (staticCheck != null) { in rewrite()
417 if (staticCheck.test(inductionVariable)) { in rewrite()
462 IVPredicate staticCheck = null; in registerPlugins()
470staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
472 if (property != null && staticProperty != null && staticCheck != null) { 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.java402 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
405 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv) { in IVPropertyNode() argument
409 this.staticCheck = staticCheck; in IVPropertyNode()
418 if (staticCheck != null) { in rewrite()
420 if (staticCheck.test(inductionVariable)) { in rewrite()
465 IVPredicate staticCheck = null; in registerPlugins()
473staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
475 if (property != null && staticProperty != null && staticCheck != null) { 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.java400 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
403 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv) { in IVPropertyNode() argument
407 this.staticCheck = staticCheck; in IVPropertyNode()
415 if (staticCheck != null) { in rewrite()
417 if (staticCheck.test(inductionVariable)) { in rewrite()
462 IVPredicate staticCheck = null; in registerPlugins()
470staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
472 if (property != null && staticProperty != null && staticCheck != null) { 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.java402 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
405 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv) { in IVPropertyNode() argument
409 this.staticCheck = staticCheck; in IVPropertyNode()
418 if (staticCheck != null) { in rewrite()
420 if (staticCheck.test(inductionVariable)) { in rewrite()
465 IVPredicate staticCheck = null; in registerPlugins()
473staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
475 if (property != null && staticProperty != null && staticCheck != null) { 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.java550 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
554 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv, … in IVPropertyNode() argument
558 this.staticCheck = staticCheck; in IVPropertyNode()
572 if (staticCheck != null) { in rewrite()
574 if (staticCheck.test(inductionVariable)) { in rewrite()
620 IVPredicate staticCheck = null; in registerPlugins()
628staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
630 if (property != null && staticProperty != null && staticCheck != null) { 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.java550 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
554 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv, … in IVPropertyNode() argument
558 this.staticCheck = staticCheck; in IVPropertyNode()
572 if (staticCheck != null) { in rewrite()
574 if (staticCheck.test(inductionVariable)) { in rewrite()
620 IVPredicate staticCheck = null; in registerPlugins()
628staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
630 if (property != null && staticProperty != null && staticCheck != null) { 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.java548 private final IVPredicate staticCheck; field in CountedLoopTest.IVPropertyNode
552 …Node(IVProperty property, StaticIVProperty staticProperty, IVPredicate staticCheck, ValueNode iv, … in IVPropertyNode() argument
556 this.staticCheck = staticCheck; in IVPropertyNode()
570 if (staticCheck != null) { in rewrite()
572 if (staticCheck.test(inductionVariable)) { in rewrite()
618 IVPredicate staticCheck = null; in registerPlugins()
626staticCheck = getSnippetReflection().asObject(IVPredicate.class, arg3.asJavaConstant()); in registerPlugins()
628 if (property != null && staticProperty != null && staticCheck != null) { in registerPlugins()
629 …b.addPush(ivKind, new IVPropertyNode(property, staticProperty, staticCheck, arg4, loopCanBeRemoved… in registerPlugins()
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/tools/
H A Dreferenceablecheck.hpp49 …void staticCheck(int stage, const CSMWorld::RefIdDataContainer<ESM::Static>& records, CSMDoc::Mess…
H A Dreferenceablecheck.cpp219 staticCheck(stage, mReferencables.getStatics(), messages); in perform()
879 void CSMTools::ReferenceableCheckStage::staticCheck ( in staticCheck() function in CSMTools::ReferenceableCheckStage