Home
last modified time | relevance | path

Searched refs:GetCompilerOptions (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp97 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
112 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
150 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
164 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
201 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
257 runner.GetCompilerOptions().SetCompilerNonOptimizing(true); in TEST_F()
273 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
274 runner.GetCompilerOptions().SetCompilerInlining(false); in TEST_F()
290 runner.GetCompilerOptions().SetCompilerNonOptimizing(false); in TEST_F()
291 runner.GetCompilerOptions().SetCompilerInlining(true); in TEST_F()
[all …]
Dpanda_runner.h84 compiler::CompilerLogger::SetComponents(GetCompilerOptions().GetCompilerLog()); in Run()
122 compiler::CompilerOptions &GetCompilerOptions() in GetCompilerOptions() function