Home
last modified time | relevance | path

Searched refs:GetRuntimeOptions (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp95 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
96 runner.GetRuntimeOptions().SetCompilerEnableJit(true); in TEST_F()
110 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
111 runner.GetRuntimeOptions().SetCompilerEnableJit(true); in TEST_F()
148 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
149 runner.GetRuntimeOptions().SetCompilerEnableJit(true); in TEST_F()
162 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
163 runner.GetRuntimeOptions().SetCompilerEnableJit(true); in TEST_F()
199 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
200 runner.GetRuntimeOptions().SetCompilerEnableJit(true); in TEST_F()
[all …]
Dprofiling_runner_test.cpp64 runner.GetRuntimeOptions().SetCompilerProfilingThreshold(1); in TEST_F()
Dpanda_runner.h117 RuntimeOptions &GetRuntimeOptions() in GetRuntimeOptions() function