Home
last modified time | relevance | path

Searched refs:NumResolvedMethods (Results 1 – 8 of 8) 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.cc165 for (size_t i = 0; i < NumResolvedMethods(); i++) { in VisitReflectiveTargets()
Ddex_cache-inl.h260 DCHECK_LT(slot_idx, NumResolvedMethods()); in MethodSlotIndex()
Ddex_cache.h421 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()
140 for (size_t i = 0; i < dex_cache->NumResolvedMethods(); i++) { in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc1119 for (size_t slot_idx = 0, num = dex_cache->NumResolvedMethods(); slot_idx != num; ++slot_idx) { in ClearDexCache()
/art/runtime/
Dclass_linker.cc7700 for (size_t i = 0, count = klass_->GetDexCache()->NumResolvedMethods(); i < count; ++i) { in CheckNoStaleMethodsInDexCache()