Searched refs:NumMethodIds (Results 1 – 11 of 11) sorted by relevance
43 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), dex_cache->NumResolvedMethods()); in TEST_F()55 EXPECT_EQ(java_lang_dex_file_->NumMethodIds(), in TEST_F()
122 EXPECT_EQ(dex->NumMethodIds(), dex_cache->NumResolvedMethods()); in TEST_F()
322 for (size_t i = 0; i < java_lang_dex_file_->NumMethodIds(); i++) { in TEST_F()
582 size_t NumMethodIds() const { in NumMethodIds() function589 DCHECK_LT(idx, NumMethodIds()) << GetLocation(); in GetMethodId()
392 if (method_idx >= dex_file.NumMethodIds()) { in PrettyMethod()
525 int32_t hi = NumMethodIds() - 1; in FindMethodId()
93 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) { in CheckLoadMethodId()
1913 methods(hs.NewHandle(AllocArtMethodArray(self, dex_file.NumMethodIds()))); in AllocDexCache()
370 total->num_methods += dex_file->NumMethodIds(); in PreloadDexCachesStatsTotal()
536 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()
1513 num_methods += dex_file->NumMethodIds(); in dex2oat()