Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc1086 const RegType& int_array_array = cache.From(nullptr, kIntArrayFive, false); in TEST_F() local
1087 ASSERT_TRUE(int_array_array.HasClass()); in TEST_F()
1100 const RegType& join_type = int_array_array.Merge(float_array_array, &cache, nullptr); in TEST_F()