Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info_test.cc265 uint32_t num_type_ids2 = dex2->NumTypeIds(); in TEST_F() local
266 for (uint32_t type_index = 0; type_index != num_type_ids2; ++type_index) { in TEST_F()
273 ASSERT_EQ(num_type_ids1, num_type_ids2); in TEST_F()
274 for (uint32_t type_index = num_type_ids2; type_index != DexFile::kDexNoIndex16; ++type_index) { in TEST_F()