Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc43 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods()); in TEST_F()
55 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc122 EXPECT_EQ(dex->NumMethodIds(), dex_cache->NumResolvedMethods()); in TEST_F()
/art/runtime/
Ddex_file_test.cc322 for (size_t i = 0; i < java_lang_dex_file_->NumMethodIds(); i++) { in TEST_F()
Ddex_file.h582 size_t NumMethodIds() const { in NumMethodIds() function
589 DCHECK_LT(idx, NumMethodIds()) << GetLocation(); in GetMethodId()
Dutils.cc392 if (method_idx >= dex_file.NumMethodIds()) { in PrettyMethod()
Ddex_file.cc525 int32_t hi = NumMethodIds() - 1; in FindMethodId()
Ddex_file_verifier.cc93 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) { in CheckLoadMethodId()
Dclass_linker.cc1913 methods(hs.NewHandle(AllocArtMethodArray(self, dex_file.NumMethodIds()))); in AllocDexCache()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc370 total->num_methods += dex_file->NumMethodIds(); in PreloadDexCachesStatsTotal()
/art/compiler/dex/quick/
Dgen_invoke.cc536 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds()); in NextSDCallInsn()
621 CHECK_LT(target_method.dex_method_index, target_method.dex_file->NumMethodIds()); in NextInterfaceCallInsn()
/art/dex2oat/
Ddex2oat.cc1513 num_methods += dex_file->NumMethodIds(); in dex2oat()