Searched refs:NumProtoIds (Results 1 – 11 of 11) sorted by relevance
62 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()76 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()166 ASSERT_EQ(2u, dex_file.NumProtoIds()); in TEST_F()167 ASSERT_EQ(dex_file.NumProtoIds(), dex_cache->NumResolvedMethodTypes()); in TEST_F()170 for (size_t i = 0; i < dex_file.NumProtoIds(); ++i) { in TEST_F()
97 if (dex_file->NumProtoIds() < kDexCacheMethodTypeCacheSize) { in InitializeDexCache()98 num_method_types = dex_file->NumProtoIds(); in InitializeDexCache()
191 DCHECK_LT(proto_idx.index_, GetDexFile()->NumProtoIds()); in MethodTypeSlotIndex()
72 ASSERT_EQ(2u, dex_file->NumProtoIds()); in TEST()
247 for (size_t i = 0; i < java_lang_dex_file_->NumProtoIds(); i++) { in TEST_F()
459 size_t NumProtoIds() const { in NumProtoIds() function466 DCHECK_LT(idx.index_, NumProtoIds()) << GetLocation(); in GetProtoId()
370 int32_t hi = NumProtoIds() - 1; in FindProtoId()
2679 if (UNLIKELY(!CheckIndex(item->proto_idx_.index_, dex_file_->NumProtoIds(), in CheckInterMethodIdItem()2920 if (proto_index >= dex_file_->NumProtoIds()) { in CheckInterCallSiteIdItem()
267 dex_file.NumProtoIds(), in DexIrBuilder()285 for (uint32_t i = 0; i < dex_file.NumProtoIds(); ++i) { in DexIrBuilder()
687 dex_file->NumFieldIds() + dex_file->NumProtoIds() + dex_file->NumCallSiteIds() != 0) { in PrepareDexCacheArraySlots()
4200 { EncodedArrayValueIterator::ValueType::kMethodType, dex_file_->NumProtoIds() } in CheckCallSite()