Searched refs:TestCodeLong (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 258 static void TestCodeLong(const uint16_t* data, bool has_result, int64_t expected) { in TestCodeLong() function 429 TestCodeLong(data, true, EXPECTED_OUTPUT); \ 482 TestCodeLong(data, true, 1); in TEST() 601 TestCodeLong(data, true, 12); in TEST() 613 TestCodeLong(data, true, 12); in TEST()
|