Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc42 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
53 EXPECT_EQ(java_lang_dex_file_->NumTypeIds(), in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc116 EXPECT_EQ(dex->NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
Dcompiler_driver.cc1739 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_); in ResolveDexFile()
/art/runtime/
Ddex_file_test.cc293 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
Ddex_file.h503 uint32_t NumTypeIds() const { in NumTypeIds() function
510 DCHECK_LT(idx, NumTypeIds()) << GetLocation(); in GetTypeId()
Ddex_file_verifier.cc77 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) { in CheckLoadStringByTypeIdx()
1534 if (!CheckIndex(it.GetTypeIdx(), dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
Dutils.cc325 if (type_idx >= dex_file.NumTypeIds()) { in PrettyType()
Ddex_file.cc592 int32_t hi = NumTypeIds() - 1; in FindTypeId()
Dclass_linker_test.cc353 for (size_t i = 0; i < dex->NumTypeIds(); i++) { in AssertDexFile()
Dclass_linker.cc1908 types(hs.NewHandle(AllocClassArray(self, dex_file.NumTypeIds()))); in AllocDexCache()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc371 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()