Searched refs:has_result (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test_utils.h | 222 bool has_result, in VerifyGeneratedCode() argument 230 if (has_result) { in VerifyGeneratedCode() 238 if (has_result) { in VerifyGeneratedCode() 247 bool has_result, in Run() argument 266 VerifyGeneratedCode(target_isa, f, has_result, expected); in Run() 284 bool has_result, in RunCodeNoCheck() argument 298 Run(allocator, *codegen, has_result, expected); in RunCodeNoCheck() 305 bool has_result, in RunCode() argument 308 RunCodeNoCheck(codegen, graph, hook_before_codegen, has_result, expected); in RunCode() 316 bool has_result, in RunCode() argument [all …]
|
D | codegen_test.cc | 69 void TestCode(const std::vector<uint16_t>& data, bool has_result = false, int32_t expected = 0); 70 void TestCodeLong(const std::vector<uint16_t>& data, bool has_result, int64_t expected); 78 void CodegenTest::TestCode(const std::vector<uint16_t>& data, bool has_result, int32_t expected) { in TestCode() argument 86 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCode() 91 bool has_result, int64_t expected) { in TestCodeLong() argument 99 RunCode(target_config, *compiler_options, graph, [](HGraph*) {}, has_result, expected); in TestCodeLong()
|
D | scheduler_test.cc | 182 bool has_result, in CompileWithRandomSchedulerAndRun() argument 197 has_result, expected); in CompileWithRandomSchedulerAndRun()
|