Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc61 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()
Ddex_cache-inl.h193 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()
Ddex_cache.h438 size_t NumResolvedMethodTypes() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethodTypes() function
/art/dex2oat/linker/
Dimage_writer.cc3313 orig_dex_cache->NumResolvedMethodTypes()); in FixupDexCache()
/art/runtime/gc/space/
Dimage_space.cc549 dex_cache->NumResolvedMethodTypes<kVerifyNone>()); in VisitDexCacheArrays()