Home
last modified time | relevance | path

Searched refs:NumResolvedMethods (Results 1 – 11 of 11) sorted by relevance

/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc36 size_t num_methods = dex_cache->NumResolvedMethods(); in Java_Main_cloneResolvedMethods()
71 size_t num_methods = dex_cache->NumResolvedMethods(); in Java_Main_restoreResolvedMethods()
/art/runtime/mirror/
Ddex_cache_test.cc57 EXPECT_TRUE(dex_cache->StaticMethodSize() == dex_cache->NumResolvedMethods() in TEST_F()
58 || java_lang_dex_file_->NumMethodIds() == dex_cache->NumResolvedMethods()); in TEST_F()
Ddex_cache.cc196 for (size_t i = 0; i < NumResolvedMethods(); i++) { in VisitReflectiveTargets()
Ddex_cache-inl.h275 DCHECK_LT(slot_idx, NumResolvedMethods()); in MethodSlotIndex()
Ddex_cache.h428 size_t NumResolvedMethods() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethods() function
/art/dex2oat/driver/
Dcompiler_driver_test.cc138 EXPECT_TRUE(dex_cache->StaticMethodSize() == dex_cache->NumResolvedMethods() in TEST_F()
139 || dex.NumMethodIds() == dex_cache->NumResolvedMethods()); in TEST_F()
142 for (size_t i = 0; i < dex_cache->NumResolvedMethods(); i++) { in TEST_F()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc553 for (size_t j = 0, num_methods = dex_cache->NumResolvedMethods(); j < num_methods; ++j) { in PreloadDexCachesStatsFilled()
/art/oatdump/
Doatdump.cc2253 size_t num_methods = dex_cache->NumResolvedMethods(); in DumpObject()
2258 for (size_t i = 0, length = dex_cache->NumResolvedMethods(); i < length; ++i) { in DumpObject()
/art/dex2oat/linker/
Dimage_writer.cc1245 for (size_t slot_idx = 0, num = dex_cache->NumResolvedMethods(); slot_idx != num; ++slot_idx) { in ClearDexCache()
3305 orig_dex_cache->NumResolvedMethods()); in FixupDexCache()
/art/runtime/gc/space/
Dimage_space.cc542 dex_cache->NumResolvedMethods<kVerifyNone>()); in VisitDexCacheArrays()
/art/runtime/
Dclass_linker.cc2157 dex_cache->NumResolvedMethods()); in AddImageSpace()
7734 for (size_t i = 0, count = klass_->GetDexCache()->NumResolvedMethods(); i < count; ++i) { in CheckNoStaleMethodsInDexCache()