Home
last modified time | relevance | path

Searched refs:expected_ignore_check_cast (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dglobal_value_numbering_test.cc2349 static const bool expected_ignore_check_cast[] = { in TEST_F() local
2370 ASSERT_EQ(arraysize(expected_ignore_check_cast), mir_count_); in TEST_F()
2372 int expected = expected_ignore_check_cast[i] ? MIR_IGNORE_CHECK_CAST : 0u; in TEST_F()
2399 static const bool expected_ignore_check_cast[] = { in TEST_F() local
2421 ASSERT_EQ(arraysize(expected_ignore_check_cast), mir_count_); in TEST_F()
2423 int expected = expected_ignore_check_cast[i] ? MIR_IGNORE_CHECK_CAST : 0u; in TEST_F()