Searched refs:NumResolvedMethods (Results 1 – 8 of 8) 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()
426 size_t NumResolvedMethods() REQUIRES_SHARED(Locks::mutator_lock_) { in NumResolvedMethods() function
274 DCHECK_LT(slot_idx, NumResolvedMethods()); in MethodSlotIndex()
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()
548 for (size_t j = 0, num_methods = dex_cache->NumResolvedMethods(); j < num_methods; ++j) { in PreloadDexCachesStatsFilled()
2245 size_t num_methods = dex_cache->NumResolvedMethods(); in DumpObject()2250 for (size_t i = 0, length = dex_cache->NumResolvedMethods(); i < length; ++i) { in DumpObject()
1581 for (size_t slot_idx = 0, num = dex_cache->NumResolvedMethods(); slot_idx != num; ++slot_idx) { in PruneDexCache()3302 orig_dex_cache->NumResolvedMethods()); in FixupDexCache()