Home
last modified time | relevance | path

Searched refs:SetCompilerHotnessThreshold (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp95 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
110 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
148 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
162 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
199 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
255 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
271 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
288 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
338 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
391 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp103 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
118 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
156 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
170 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
207 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
263 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
279 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
296 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
347 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
401 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(HOTNESS_THRESHOLD); in TEST_F()
[all …]
Dcodegen_runner_test.cpp358 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(0U); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp162 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(0); in TEST_F()
364 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(0); in TestModifyManyVregs()
468 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(0); in TEST_F()
558 runner.GetRuntimeOptions().SetCompilerHotnessThreshold(0); in TEST_F()
Dexception_test.cpp79 options_.SetCompilerHotnessThreshold(0); in CreateRuntime()
Dinterpreter_test.cpp2682 RuntimeInterface::SetCompilerHotnessThreshold(1); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h213 static void SetCompilerHotnessThreshold(uint32_t threshold) in SetCompilerHotnessThreshold() function