Lines Matching refs:compiler_options_
93 RunCode(target_config, *compiler_options_, graph, [](HGraph*) {}, has_result, expected); in TestCode()
105 RunCode(target_config, *compiler_options_, graph, [](HGraph*) {}, has_result, expected); in TestCodeLong()
456 PrepareForRegisterAllocation(graph, *compiler_options_).Run(); in TEST_F()
466 RunCode(target_config, *compiler_options_, graph, hook_before_codegen, true, 0); in TEST_F()
513 RunCode(target_config, *compiler_options_, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
581 RunCode(target_config, *compiler_options_, graph, hook_before_codegen, true, lhs[i] < rhs[i]); in TEST_F()
691 RunCode(target_config, *compiler_options_, graph, [](HGraph*) {}, true, expected_result); in TestComparison()
724 arm::CodeGeneratorARMVIXL codegen(graph, *compiler_options_); in TEST_F()
747 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F()
796 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F()
831 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F()
844 arm64::CodeGeneratorARM64 codegen(graph, *compiler_options_); in TEST_F()
893 mips::CodeGeneratorMIPS codegenMIPS(graph, *compiler_options_); in TEST_F()