Lines Matching refs:OptionValues

44 import org.graalvm.compiler.options.OptionValues;
129 EconomicMap<OptionKey<?>, Object> overrides = OptionValues.newOptionMap(); in osrLockNoDeopt()
136 EconomicMap<OptionKey<?>, Object> overrides = OptionValues.newOptionMap(); in osrLockDeopt()
180 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()
308 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterCompileRestOfMethodSubsequentLock()
317 OptionValues options = new OptionValues(getInitialOptions(), osrLockNoDeopt()); in testLockOSROuterInnerSameLockCompileRestOfMethod()
334 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursive()
349 OptionValues options = new OptionValues(getInitialOptions(), overrides); in testLockOSRRecursiveLeafOSR()