Searched refs:TestCodeLong (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 70 void TestCodeLong(const std::vector<uint16_t>& data, bool has_result, int64_t expected); 89 void CodegenTest::TestCodeLong(const std::vector<uint16_t>& data, in TestCodeLong() function in art::CodegenTest 259 TestCodeLong(data, true, EXPECTED_OUTPUT); \ 312 TestCodeLong(data, true, 1); in TEST_F() 380 TestCodeLong(data, true, 12); in TEST_F() 390 TestCodeLong(data, true, 12); in TEST_F()
|