Searched refs:NumTypeIds (Results 1 – 11 of 11) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache_test.cc | 42 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/ |
D | compiler_driver_test.cc | 116 EXPECT_EQ(dex->NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
|
D | compiler_driver.cc | 1739 context.ForAll(0, dex_file.NumTypeIds(), ResolveType, thread_count_); in ResolveDexFile()
|
/art/runtime/ |
D | dex_file_test.cc | 293 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
|
D | dex_file.h | 503 uint32_t NumTypeIds() const { in NumTypeIds() function 510 DCHECK_LT(idx, NumTypeIds()) << GetLocation(); in GetTypeId()
|
D | dex_file_verifier.cc | 77 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) { in CheckLoadStringByTypeIdx() 1534 if (!CheckIndex(it.GetTypeIdx(), dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
|
D | utils.cc | 325 if (type_idx >= dex_file.NumTypeIds()) { in PrettyType()
|
D | dex_file.cc | 592 int32_t hi = NumTypeIds() - 1; in FindTypeId()
|
D | class_linker_test.cc | 353 for (size_t i = 0; i < dex->NumTypeIds(); i++) { in AssertDexFile()
|
D | class_linker.cc | 1908 types(hs.NewHandle(AllocClassArray(self, dex_file.NumTypeIds()))); in AllocDexCache()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 371 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()
|