Searched refs:TestCodeLong (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | codegen_test.cc | 78 void TestCodeLong(const std::vector<uint16_t>& data, bool has_result, int64_t expected); 97 void CodegenTest::TestCodeLong(const std::vector<uint16_t>& data, in TestCodeLong() function in art::CodegenTest 267 TestCodeLong(data, true, EXPECTED_OUTPUT); \ 320 TestCodeLong(data, true, 1); in TEST_F() 388 TestCodeLong(data, true, 12); in TEST_F() 398 TestCodeLong(data, true, 12); in TEST_F()
|