Home
last modified time | relevance | path

Searched refs:NumResolvedMethodTypes (Results 1 – 4 of 4) 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.h192 DCHECK_LT(slot_idx, NumResolvedMethodTypes()); in MethodTypeSlotIndex()
344 GetResolvedMethodTypes<kVerifyFlags>(), NumResolvedMethodTypes<kVerifyFlags>(), visitor); in VisitReferences()
390 for (size_t i = 0, count = NumResolvedMethodTypes(); i < count; ++i) { in FixupResolvedMethodTypes()
Ddex_cache.h431 size_t NumResolvedMethodTypes() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethodTypes() function
/art/dex2oat/linker/
Dimage_writer.cc1147 size_t num_resolved_method_types = dex_cache->NumResolvedMethodTypes(); in ClearDexCache()