Home
last modified time | relevance | path

Searched refs:OptionValues (Results 1 – 25 of 1942) sorted by relevance

12345678910>>...78

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options.test/src/org/graalvm/compiler/options/test/
H A DTestOptionKey.java33 import static org.graalvm.compiler.options.OptionValues.asMap;
42 import org.graalvm.compiler.options.OptionValues;
63 OptionValues options = new OptionValues(OptionValues.newOptionMap()); in missingDescriptorTest()
64 Assume.assumeTrue(OptionValues.class.desiredAssertionStatus() == true); in missingDescriptorTest()
79 OptionValues initialOptions = new ModifiableOptionValues(asMap(MyOption, "new value 1")); in testDerived()
80 OptionValues derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
83 initialOptions = new OptionValues(asMap(MyOption, "new value 1")); in testDerived()
84 derivedOptions = new OptionValues(initialOptions, MyOtherOption, "ignore"); in testDerived()
H A DNestedBooleanOptionKeyTest.java46 import org.graalvm.compiler.options.OptionValues;
69 OptionValues options = new OptionValues(null, Master1, true); in runDefaultTrue()
74 options = new OptionValues(null, Master1, false); in runDefaultTrue()
83 options = new OptionValues(null, Master1, true, NestedOption1, false); in runDefaultTrue()
88 options = new OptionValues(null, Master1, false, NestedOption1, true); in runDefaultTrue()
92 options = new OptionValues(null, Master1, true, NestedOption1, true); in runDefaultTrue()
99 OptionValues options = new OptionValues(null, Master2, true); in runDefaultFalse()
104 options = new OptionValues(null, Master2, false); in runDefaultFalse()
113 options = new OptionValues(null, Master2, true, NestedOption2, false); in runDefaultFalse()
118 options = new OptionValues(null, Master2, false, NestedOption2, true); in runDefaultFalse()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java179 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
225 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
238 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
249 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
258 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
269 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
280 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
289 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
298 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
333 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java180 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
226 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
239 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
250 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
259 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
270 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
281 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
290 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
299 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
334 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java179 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
225 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
238 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
249 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
258 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
269 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
280 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
289 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
298 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
333 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java180 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
226 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
239 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
250 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
259 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
270 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
281 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
290 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
299 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
334 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java180 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
226 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
239 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
250 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
259 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
270 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
281 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
290 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
299 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
334 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java180 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
226 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
239 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
250 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
259 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
270 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
281 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
290 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
299 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
334 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DGraalOSRLockTest.java180 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterImmediateDeoptAfter()
226 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testOSRTrivialLoop()
239 OptionValues options = new OptionValues(getInitialOptions(), osrLockDeopt()); in testLockOSROuterInnerImmediateDeoptAfter()
250 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterCompileRestOfMethod()
259 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerCompileRestOfMethod()
270 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthCompileRestOfMethod()
281 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSROuterInnerLockDepthDeopt()
290 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod0()
299 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerLockDepthRecursiveCompileRestOfMethod1()
334 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/
H A DOptimisticOptimizations.java31 import org.graalvm.compiler.options.OptionValues;
52 public OptimisticOptimizations(ProfilingInfo info, OptionValues options) { in OptimisticOptimizations()
89 public boolean removeNeverExecutedCode(OptionValues options) { in removeNeverExecutedCode()
93 public boolean useTypeCheckHints(OptionValues options) { in useTypeCheckHints()
97 public boolean inlineMonomorphicCalls(OptionValues options) { in inlineMonomorphicCalls()
101 public boolean inlinePolymorphicCalls(OptionValues options) { in inlinePolymorphicCalls()
105 public boolean inlineMegamorphicCalls(OptionValues options) { in inlineMegamorphicCalls()
109 public boolean devirtualizeInvokes(OptionValues options) { in devirtualizeInvokes()
113 public boolean useExceptionProbability(OptionValues options) { in useExceptionProbability()
121 public boolean useLoopLimitChecks(OptionValues options) { in useLoopLimitChecks()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/
H A DOptimisticOptimizations.java31 import org.graalvm.compiler.options.OptionValues;
52 public OptimisticOptimizations(ProfilingInfo info, OptionValues options) { in OptimisticOptimizations()
89 public boolean removeNeverExecutedCode(OptionValues options) { in removeNeverExecutedCode()
93 public boolean useTypeCheckHints(OptionValues options) { in useTypeCheckHints()
97 public boolean inlineMonomorphicCalls(OptionValues options) { in inlineMonomorphicCalls()
101 public boolean inlinePolymorphicCalls(OptionValues options) { in inlinePolymorphicCalls()
105 public boolean inlineMegamorphicCalls(OptionValues options) { in inlineMegamorphicCalls()
109 public boolean devirtualizeInvokes(OptionValues options) { in devirtualizeInvokes()
113 public boolean useExceptionProbability(OptionValues options) { in useExceptionProbability()
121 public boolean useLoopLimitChecks(OptionValues options) { in useLoopLimitChecks()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/
H A DOptimisticOptimizations.java31 import org.graalvm.compiler.options.OptionValues;
52 public OptimisticOptimizations(ProfilingInfo info, OptionValues options) { in OptimisticOptimizations()
89 public boolean removeNeverExecutedCode(OptionValues options) { in removeNeverExecutedCode()
93 public boolean useTypeCheckHints(OptionValues options) { in useTypeCheckHints()
97 public boolean inlineMonomorphicCalls(OptionValues options) { in inlineMonomorphicCalls()
101 public boolean inlinePolymorphicCalls(OptionValues options) { in inlinePolymorphicCalls()
105 public boolean inlineMegamorphicCalls(OptionValues options) { in inlineMegamorphicCalls()
109 public boolean devirtualizeInvokes(OptionValues options) { in devirtualizeInvokes()
113 public boolean useExceptionProbability(OptionValues options) { in useExceptionProbability()
121 public boolean useLoopLimitChecks(OptionValues options) { in useLoopLimitChecks()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.phases/src/org/graalvm/compiler/phases/
H A DOptimisticOptimizations.java31 import org.graalvm.compiler.options.OptionValues;
52 public OptimisticOptimizations(ProfilingInfo info, OptionValues options) { in OptimisticOptimizations()
89 public boolean removeNeverExecutedCode(OptionValues options) { in removeNeverExecutedCode()
93 public boolean useTypeCheckHints(OptionValues options) { in useTypeCheckHints()
97 public boolean inlineMonomorphicCalls(OptionValues options) { in inlineMonomorphicCalls()
101 public boolean inlinePolymorphicCalls(OptionValues options) { in inlinePolymorphicCalls()
105 public boolean inlineMegamorphicCalls(OptionValues options) { in inlineMegamorphicCalls()
109 public boolean devirtualizeInvokes(OptionValues options) { in devirtualizeInvokes()
113 public boolean useExceptionProbability(OptionValues options) { in useExceptionProbability()
121 public boolean useLoopLimitChecks(OptionValues options) { in useLoopLimitChecks()
[all …]

12345678910>>...78