Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc60 EXPECT_TRUE(dex_cache->StaticMethodTypeSize() == dex_cache->NumResolvedMethodTypes() in TEST_F()
61 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()
74 EXPECT_TRUE(dex_cache->StaticMethodTypeSize() == dex_cache->NumResolvedMethodTypes() in TEST_F()
75 || java_lang_dex_file_->NumProtoIds() == dex_cache->NumResolvedMethodTypes()); in TEST_F()
158 ASSERT_EQ(dex_file.NumProtoIds(), dex_cache->NumResolvedMethodTypes()); in TEST_F()
Ddex_cache-inl.h133 DCHECK_LT(slot_idx, NumResolvedMethodTypes()); in MethodTypeSlotIndex()
328 GetResolvedMethodTypes(), NumResolvedMethodTypes(), visitor); in VisitReferences()
365 for (size_t i = 0, count = NumResolvedMethodTypes(); i < count; ++i) { in FixupResolvedMethodTypes()
Ddex_cache.h390 size_t NumResolvedMethodTypes() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethodTypes() function
/art/runtime/
Dclass_linker.cc1296 CHECK_EQ(num_method_types, dex_cache->NumResolvedMethodTypes()); in UpdateAppImageClassLoadersAndDexCaches()