Searched defs:has_result (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test.cc164 bool has_result,
172 if (has_result) {
180 if (has_result) {
189 bool has_result,
200 VerifyGeneratedCode(target_isa, f, has_result, expected);
207 bool has_result,
227 Run(allocator, *codegen, has_result, expected);
234 bool has_result,
241 RunCode(&codegenARM, graph, hook_before_codegen, has_result, expected);
246 RunCode(&codegenARM64, graph, hook_before_codegen, has_result, expecte
162 VerifyGeneratedCode(InstructionSet target_isa, Expected (*f)(), bool has_result, Expected expected) argument
187 Run(const InternalCodeAllocator& allocator, const CodeGenerator& codegen, bool has_result, Expected expected) argument
204 RunCode(CodeGenerator* codegen, HGraph* graph, std::function<void(HGraph*)> hook_before_codegen, bool has_result, Expected expected) argument
231 RunCode(InstructionSet target_isa, HGraph* graph, std::function<void(HGraph*)> hook_before_codegen, bool has_result, Expected expected) argument
305 TestCodeLong(const uint16_t* data, bool has_result, int64_t expected) argument
[all...]

Completed in 1216 milliseconds