Home
last modified time | relevance | path

Searched refs:setOptimizationLevel (Results 1 – 25 of 34) sorted by relevance

12

/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/
H A DContinuationsApiTest.java76 cx.setOptimizationLevel(-1); // must use interpreter mode in setUp()
87 cx.setOptimizationLevel(-1); // must use interpreter mode in testScriptWithContinuations()
108 cx.setOptimizationLevel(-1); // must use interpreter mode in testScriptWithMultipleContinuations()
136 cx.setOptimizationLevel(-1); // must use interpreter mode in testScriptWithNestedContinuations()
164 cx.setOptimizationLevel(-1); // must use interpreter mode in testFunctionWithContinuations()
192 cx.setOptimizationLevel(-1); // must use interpreter mode in testErrorOnEvalCall()
211 cx.setOptimizationLevel(-1); // must use interpreter mode in testSerializationWithContinuations()
253 cx.setOptimizationLevel(-1); // must use interpreter mode in testContinuationsPrototypesAndSerialization()
261 cx.setOptimizationLevel(-1); // must use interpreter mode in testContinuationsPrototypesAndSerialization()
313 cx.setOptimizationLevel(-1); // must use interpreter mode in testContinuationsInlineFunctionsSerialization()
[all …]
H A DJsTestsTest.java30 setOptimizationLevel(-1); in testJsTestsInterpreted()
35 setOptimizationLevel(0); in testJsTestsCompiled()
40 setOptimizationLevel(9); in testJsTestsOptimized()
H A DBug482203Test.java22 cx.setOptimizationLevel(-1); in testJsApi()
49 cx.setOptimizationLevel(-1); in testJavaApi()
H A DUtils.java55 cx.setOptimizationLevel(optimizationLevel); in runWithOptimizationLevel()
H A DObserveInstructionCountTest.java81 cx.setOptimizationLevel(optimizationLevel); in baseCase()
H A DTypeOfTest.java131 context.setOptimizationLevel(optimizationLevel); in doTest()
H A DDoctestsTest.java90 cx.setOptimizationLevel(optimizationLevel);
/dports/textproc/zorba/zorba-2.7.0/swig/
H A DCompilerHints.i45 void setOptimizationLevel(int aOptLevel) in setOptimizationLevel() function
76 void setOptimizationLevel(int aOptLevel);
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/shell/
H A DShellContextFactory.java47 cx.setOptimizationLevel(optimizationLevel); in onContextCreated()
74 public void setOptimizationLevel(int optimizationLevel) in setOptimizationLevel() method in ShellContextFactory
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/drivers/
H A DJsTestsBase.java20 public void setOptimizationLevel(int level) { in setOptimizationLevel() method in JsTestsBase
45 cx.setOptimizationLevel(this.optimizationLevel); in runJsTests()
H A DStandardTests.java175 shellContextFactory.setOptimizationLevel(optimizationLevel); in runBare()
/dports/textproc/zorba/zorba-2.7.0/swig/ruby/tests/
H A Dtest12.rb31 compilerHints.setOptimizationLevel(1)
H A Dtest13.rb32 compilerHints.setOptimizationLevel(0)
H A Dtest14.rb32 compilerHints.setOptimizationLevel(1)
/dports/textproc/zorba/zorba-2.7.0/swig/php/tests/
H A Dtest12.php33 compilerHints.setOptimizationLevel(1)
H A Dtest14.php34 compilerHints.setOptimizationLevel(1)
H A Dtest13.php34 compilerHints.setOptimizationLevel(0)
/dports/textproc/zorba/zorba-2.7.0/swig/python/tests/
H A Dtest12.py.in31 compilerHints.setOptimizationLevel(1)
H A Dtest14.py.in32 compilerHints.setOptimizationLevel(1)
H A Dtest13.py.in32 compilerHints.setOptimizationLevel(0)
/dports/lang/rhino/rhino1_7R4/testsrc/org/mozilla/javascript/tests/commonjs/module/
H A DRequireJarTest.java42 cx.setOptimizationLevel(-1); in createContext()
H A DComplianceTest.java63 cx.setOptimizationLevel(-1); in createTest()
H A DRequireTest.java44 cx.setOptimizationLevel(-1); in createContext()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DCompilerEnvirons.java127 public void setOptimizationLevel(int level) in setOptimizationLevel() method in CompilerEnvirons
/dports/lang/rhino/rhino1_7R4/toolsrc/org/mozilla/javascript/tools/debugger/
H A DDim.java851 cx.setOptimizationLevel(-1); in do_eval()
866 cx.setOptimizationLevel(saved_level); in do_eval()
1014 cx.setOptimizationLevel(-1); in contextCreated()

12