/art/compiler/optimizing/ |
D | pretty_printer_test.cc | 30 static void TestCode(const uint16_t* data, const char* expected) { in TestCode() function 54 TestCode(data, expected); in TEST_F() 74 TestCode(data, expected); in TEST_F() 96 TestCode(data, expected); in TEST_F() 118 TestCode(data1, expected); in TEST_F() 125 TestCode(data2, expected); in TEST_F() 132 TestCode(data3, expected); in TEST_F() 150 TestCode(data1, expected); in TEST_F() 155 TestCode(data2, expected); in TEST_F() 173 TestCode(data, expected); in TEST_F() [all …]
|
D | dominator_test.cc | 29 static void TestCode(const uint16_t* data, const uint32_t* blocks, size_t blocks_length) { in TestCode() function 60 TestCode(data, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 75 TestCode(data, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 92 TestCode(data, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 109 TestCode(data1, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 116 TestCode(data2, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 123 TestCode(data3, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 138 TestCode(data1, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 143 TestCode(data2, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() 160 TestCode(data, dominators, sizeof(dominators) / sizeof(int)); in TEST_F() [all …]
|
D | suspend_check_test.cc | 31 static void TestCode(const uint16_t* data) { in TestCode() function 49 TestCode(data); in TEST_F() 56 TestCode(data); in TEST_F() 65 TestCode(data); in TEST_F() 74 TestCode(data); in TEST_F() 83 TestCode(data); in TEST_F() 92 TestCode(data); in TEST_F()
|
D | liveness_test.cc | 46 static void TestCode(const uint16_t* data, const char* expected) { in TestCode() function 93 TestCode(data, expected); in TEST_F() 115 TestCode(data, expected); in TEST_F() 144 TestCode(data, expected); in TEST_F() 192 TestCode(data, expected); in TEST_F() 237 TestCode(data, expected); in TEST_F() 283 TestCode(data, expected); in TEST_F() 329 TestCode(data, expected); in TEST_F() 382 TestCode(data, expected); in TEST_F() 438 TestCode(data, expected); in TEST_F() [all …]
|
D | ssa_test.cc | 79 static void TestCode(const uint16_t* data, const char* expected) { in TestCode() function 126 TestCode(data, expected); in TEST_F() 157 TestCode(data, expected); in TEST_F() 190 TestCode(data, expected); in TEST_F() 223 TestCode(data, expected); in TEST_F() 253 TestCode(data, expected); in TEST_F() 285 TestCode(data, expected); in TEST_F() 320 TestCode(data, expected); in TEST_F() 362 TestCode(data, expected); in TEST_F() 401 TestCode(data, expected); in TEST_F() [all …]
|
D | linearize_test.cc | 39 static void TestCode(const uint16_t* data, const uint32_t (&expected_order)[number_of_blocks]) { in TestCode() function 77 TestCode(data, blocks); in TEST_F() 102 TestCode(data, blocks); in TEST_F() 129 TestCode(data, blocks); in TEST_F() 159 TestCode(data, blocks); in TEST_F() 189 TestCode(data, blocks); in TEST_F() 215 TestCode(data, blocks); in TEST_F() 243 TestCode(data, blocks); in TEST_F()
|
D | graph_checker_test.cc | 45 static void TestCode(const uint16_t* data) { in TestCode() function 62 TestCode(data); in TEST_F() 70 TestCode(data); in TEST_F() 80 TestCode(data); in TEST_F() 90 TestCode(data); in TEST_F() 141 TestCode(data); in TEST_F()
|
D | codegen_test.cc | 292 static void TestCode(const uint16_t* data, in TestCode() function 322 TestCode(data); in TEST_F() 330 TestCode(data); in TEST_F() 339 TestCode(data); in TEST_F() 348 TestCode(data1); in TEST_F() 355 TestCode(data2); in TEST_F() 362 TestCode(data3); in TEST_F() 371 TestCode(data); in TEST_F() 381 TestCode(data); in TEST_F() 389 TestCode(data); in TEST_F() [all …]
|
D | dead_code_elimination_test.cc | 31 static void TestCode(const uint16_t* data, in TestCode() function 108 TestCode(data, expected_before, expected_after); in TEST_F() 179 TestCode(data, expected_before, expected_after); in TEST_F()
|
D | constant_folding_test.cc | 41 void TestCode(const uint16_t* data, in TestCode() function in art::ConstantFoldingTest 145 TestCode(data, in TEST_F() 206 TestCode(data, in TEST_F() 268 TestCode(data, in TEST_F() 357 TestCode(data, in TEST_F() 418 TestCode(data, in TEST_F() 481 TestCode(data, in TEST_F() 545 TestCode(data, in TEST_F() 658 TestCode(data, in TEST_F() 733 TestCode(data, in TEST_F()
|