Home
last modified time | relevance | path

Searched refs:NumMethodIds (Results 26 – 32 of 32) sorted by relevance

12

/art/runtime/native/
Ddalvik_system_VMRuntime.cc512 total->num_methods += dex_file->NumMethodIds(); in PreloadDexCachesStatsTotal()
/art/dex2oat/linker/
Doat_writer.cc911 target_method.dex_file->NumMethodIds(), in VisitMethod()
2150 dex_file->NumMethodIds(), in InitIndexBssMappings()
2445 for (uint32_t method_idx = 0; method_idx < dex_file->NumMethodIds(); ++method_idx) { in VisitDexMethods()
2942 dex_file->NumMethodIds(), in WriteIndexBssMappings()
Dimage_writer.cc686 if (dex_file->NumTypeIds() + dex_file->NumStringIds() + dex_file->NumMethodIds() + in PrepareDexCacheArraySlots()
697 DCHECK_EQ(dex_file->NumMethodIds() != 0u, dex_cache->GetResolvedMethods() != nullptr); in PrepareDexCacheArraySlots()
1292 for (size_t i = 0, num = dex_cache->GetDexFile()->NumMethodIds(); i != num; ++i) { in PreloadDexCache()
/art/libdexfile/dex/
Ddex_file_verifier_test.cc1413 CHECK_LT(method_idx + 1u, dex_file->NumMethodIds()); in TEST_F()
/art/profman/
Dprofman.cc950 return kInvalidMethodIndex >= dex_file->NumMethodIds() in FindMethodIndex()
/art/runtime/dex/
Ddex_file_annotations.cc1330 DCHECK(method_index < dex_file.NumMethodIds()); in MethodIsReachabilitySensitive()
/art/oatdump/
Doatdump.cc533 dex_file->NumMethodIds(), in Dump()

12