Searched refs:NumResolvedMethodTypes (Results 1 – 5 of 5) sorted by relevance
61 EXPECT_TRUE(dex_cache->StaticMethodTypeSize() == dex_cache->NumResolvedMethodTypes() in TEST_F()62 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()75 EXPECT_TRUE(dex_cache->StaticMethodTypeSize() == dex_cache->NumResolvedMethodTypes() in TEST_F()76 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()167 ASSERT_EQ(dex_file.NumProtoIds(), dex_cache->NumResolvedMethodTypes()); in TEST_F()
193 DCHECK_LT(slot_idx, NumResolvedMethodTypes()); in MethodTypeSlotIndex()377 GetResolvedMethodTypes<kVerifyFlags>(), NumResolvedMethodTypes<kVerifyFlags>(), visitor); in VisitReferences()423 for (size_t i = 0, count = NumResolvedMethodTypes(); i < count; ++i) { in FixupResolvedMethodTypes()
438 size_t NumResolvedMethodTypes() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethodTypes() function
3313 orig_dex_cache->NumResolvedMethodTypes()); in FixupDexCache()
549 dex_cache->NumResolvedMethodTypes<kVerifyNone>()); in VisitDexCacheArrays()