Searched refs:NumProtoIds (Results 1 – 10 of 10) sorted by relevance
61 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()75 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()157 ASSERT_EQ(2u, dex_file.NumProtoIds()); in TEST_F()158 ASSERT_EQ(dex_file.NumProtoIds(), dex_cache->NumResolvedMethodTypes()); in TEST_F()161 for (size_t i = 0; i < dex_file.NumProtoIds(); ++i) { in TEST_F()
94 if (dex_file->NumProtoIds() < kDexCacheMethodTypeCacheSize) { in InitializeDexCache()95 num_method_types = dex_file->NumProtoIds(); in InitializeDexCache()
131 DCHECK_LT(proto_idx, GetDexFile()->NumProtoIds()); in MethodTypeSlotIndex()
73 ASSERT_EQ(2u, dex_file->NumProtoIds()); in TEST()
55 for (uint32_t i = 0; i < dex_file.NumProtoIds(); ++i) { in DexIrBuilder()
773 size_t NumProtoIds() const { in NumProtoIds() function780 DCHECK_LT(idx, NumProtoIds()) << GetLocation(); in GetProtoId()
479 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) { in TEST_F()
192 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumProtoIds(), err_string))) { in CheckLoadProtoId()2200 if (UNLIKELY(!CheckIndex(item->proto_idx_, dex_file_->NumProtoIds(), in CheckInterMethodIdItem()2456 if (proto_index >= dex_file_->NumProtoIds()) { in CheckInterCallSiteIdItem()
830 int32_t hi = NumProtoIds() - 1; in FindProtoId()
1288 if (dex_file->NumProtoIds() < num_method_types) { in UpdateAppImageClassLoadersAndDexCaches()1289 num_method_types = dex_file->NumProtoIds(); in UpdateAppImageClassLoadersAndDexCaches()