Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dreg_type_test.cc1068 const RegType& int_array_array = cache.FromDescriptor(kIntArrayFive); in TEST_F() local
1069 ASSERT_TRUE(int_array_array.HasClass()); in TEST_F()
1081 const RegType& join_type = int_array_array.Merge(float_array_array, &cache, nullptr); in TEST_F()