Home
last modified time | relevance | path

Searched refs:has_result (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcodegen_test_utils.h222 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
258 VerifyGeneratedCode(target_isa, f, has_result, expected); in Run()
276 bool has_result, in RunCodeNoCheck() argument
290 Run(allocator, *codegen, has_result, expected); in RunCodeNoCheck()
297 bool has_result, in RunCode() argument
300 RunCodeNoCheck(codegen, graph, hook_before_codegen, has_result, expected); in RunCode()
308 bool has_result, in RunCode() argument
[all …]
Dcodegen_test.cc69 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()
Dscheduler_test.cc182 bool has_result, in CompileWithRandomSchedulerAndRun() argument
197 has_result, expected); in CompileWithRandomSchedulerAndRun()