Searched refs:diff_indexes (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/ |
D | gvn_dead_code_elimination_test.cc | 601 static const size_t diff_indexes[] = { 0, 1, 3 }; in TEST_F() local 602 ExpectValueNamesNE(diff_indexes); in TEST_F() 643 static const size_t diff_indexes[] = { 0, 1, 3, 4 }; in TEST_F() local 644 ExpectValueNamesNE(diff_indexes); in TEST_F() 684 static const size_t diff_indexes[] = { 0, 1, 3 }; in TEST_F() local 685 ExpectValueNamesNE(diff_indexes); in TEST_F() 726 static const size_t diff_indexes[] = { 0, 3 }; in TEST_F() local 727 ExpectValueNamesNE(diff_indexes); in TEST_F() 768 static const size_t diff_indexes[] = { 0, 1, 2, 5 }; in TEST_F() local 769 ExpectValueNamesNE(diff_indexes); in TEST_F() [all …]
|