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.cc1130 const RegType& int_array_array = cache.FromDescriptor(loader, kIntArrayFive); in TEST_F() local
1131 ASSERT_TRUE(int_array_array.HasClass()); in TEST_F()
1144 const RegType& join_type = int_array_array.Merge(float_array_array, &cache, nullptr); in TEST_F()