Lines Matching refs:compiler_options

90     std::unique_ptr<CompilerOptions> compiler_options =  in TestCode()  local
92 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCode()
103 std::unique_ptr<CompilerOptions> compiler_options = in TestCodeLong() local
105 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCodeLong()
455 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
457 PrepareForRegisterAllocation(graph, *compiler_options).Run(); in TEST_F()
466 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, 0); in TEST_F()
510 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
512 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
576 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
578 RunCode(target_config, *compiler_options, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
654 std::unique_ptr<CompilerOptions> compiler_options = in TestComparison() local
657 RunCode(target_config, *compiler_options, graph_, [](HGraph*) {}, true, expected_result); in TestComparison()
738 std::unique_ptr<CompilerOptions> compiler_options = in TestPackedSwitch() local
741 *compiler_options, in TestPackedSwitch()
754 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
757 arm::CodeGeneratorARMVIXL codegen(graph, *compiler_options); in TEST_F()
777 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
780 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options); in TEST_F()
826 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
829 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options); in TEST_F()
861 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
864 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options); in TEST_F()
876 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
879 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options); in TEST_F()
895 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
898 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options); in TEST_F()
915 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
918 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options); in TEST_F()
944 std::unique_ptr<CompilerOptions> compiler_options = in TEST_F() local
949 TestCodeGeneratorARM64 codegen(graph_, *compiler_options); in TEST_F()
1029 std::unique_ptr<CompilerOptions> compiler_options = \
1035 TestCodeGeneratorARM64 codegen(graph_, *compiler_options); \