Searched refs:NumResolvedMethods (Results 1 – 11 of 11) sorted by relevance
36 size_t num_methods = dex_cache->NumResolvedMethods(); in Java_Main_cloneResolvedMethods()71 size_t num_methods = dex_cache->NumResolvedMethods(); in Java_Main_restoreResolvedMethods()
57 EXPECT_TRUE(dex_cache->StaticMethodSize() == dex_cache->NumResolvedMethods() in TEST_F()58 || java_lang_dex_file_->NumMethodIds() == dex_cache->NumResolvedMethods()); in TEST_F()
196 for (size_t i = 0; i < NumResolvedMethods(); i++) { in VisitReflectiveTargets()
275 DCHECK_LT(slot_idx, NumResolvedMethods()); in MethodSlotIndex()
428 size_t NumResolvedMethods() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethods() function
138 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()
553 for (size_t j = 0, num_methods = dex_cache->NumResolvedMethods(); j < num_methods; ++j) { in PreloadDexCachesStatsFilled()
2253 size_t num_methods = dex_cache->NumResolvedMethods(); in DumpObject()2258 for (size_t i = 0, length = dex_cache->NumResolvedMethods(); i < length; ++i) { in DumpObject()
1245 for (size_t slot_idx = 0, num = dex_cache->NumResolvedMethods(); slot_idx != num; ++slot_idx) { in ClearDexCache()3305 orig_dex_cache->NumResolvedMethods()); in FixupDexCache()
542 dex_cache->NumResolvedMethods<kVerifyNone>()); in VisitDexCacheArrays()
2157 dex_cache->NumResolvedMethods()); in AddImageSpace()7734 for (size_t i = 0, count = klass_->GetDexCache()->NumResolvedMethods(); i < count; ++i) { in CheckNoStaleMethodsInDexCache()