Searched refs:NumTypeIds (Results 1 – 25 of 25) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 49 dex_file->NumTypeIds() != 0u || in InitializeDexCache() 62 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : in InitializeDexCache() 74 if (dex_file->NumTypeIds() < num_types) { in InitializeDexCache() 75 num_types = dex_file->NumTypeIds(); in InitializeDexCache()
|
D | dex_cache_test.cc | 56 || java_lang_dex_file_->NumTypeIds() == dex_cache->NumResolvedTypes()); in TEST_F()
|
D | dex_cache-inl.h | 152 DCHECK_LT(type_idx.index_, GetDexFile()->NumTypeIds()); in TypeSlotIndex()
|
/art/tools/veridex/ |
D | resolver.h | 42 type_infos_(dex_file.NumTypeIds(), VeriClass()), in VeridexResolver()
|
D | resolver.cc | 74 CHECK_LT(index.index_, dex_file_.NumTypeIds()); in GetVeriClass() 295 for (uint32_t i = 0; i < dex_file_.NumTypeIds(); ++i) { in ResolveAll()
|
D | hidden_api_finder.cc | 58 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in CollectAccesses()
|
/art/libdexfile/dex/ |
D | test_dex_file_builder_test.cc | 63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
|
D | dex_file.cc | 330 int32_t hi = NumTypeIds() - 1; in FindTypeId() 350 int32_t hi = NumTypeIds() - 1; in FindTypeId() 568 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
|
D | dex_file.h | 273 uint32_t NumTypeIds() const { in NumTypeIds() function 279 return idx.IsValid() && idx.index_ < NumTypeIds(); in IsTypeIndexValid() 284 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
|
D | art_dex_file_loader_test.cc | 234 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
|
D | dex_file_verifier.cc | 113 if (UNLIKELY(!CheckIndex(type_idx.index_, dex_file_->NumTypeIds(), error_string))) { in CheckLoadStringByTypeIdx() 2247 dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
|
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 46 return dex_file->NumTypeIds(); in NumberOfDexIndices()
|
/art/runtime/entrypoints/quick/ |
D | quick_dexcache_entrypoints.cc | 87 dex_file->NumTypeIds(), in StoreTypeInBss()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 83 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitLibcoreDexes()
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 218 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in ProcessDexFiles() 242 num_type_ids_ += dex_file.NumTypeIds(); in ProcessDexFile()
|
/art/dex2oat/driver/ |
D | compiler_driver_test.cc | 132 EXPECT_EQ(dex.NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
|
D | compiler_driver.cc | 1694 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1254 if (dex_classes[i].index_ >= dex_file_for_inline_cache_check->NumTypeIds()) { in VerifyProfileData() 1261 << dex_file_for_inline_cache_check->NumTypeIds(); in VerifyProfileData() 1270 if (class_id.index_ >= dex_file->NumTypeIds()) { in VerifyProfileData()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 265 dex_file.NumTypeIds(), in DexIrBuilder() 279 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 508 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()
|
/art/profman/ |
D | profman.cc | 811 if (kInvalidTypeIndex >= dex_file->NumTypeIds()) { in FindClass()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 890 target_type.dex_file->NumTypeIds(), in VisitMethod() 2146 dex_file->NumTypeIds(), in InitIndexBssMappings() 3009 dex_file->NumTypeIds(), in WriteIndexBssMappings()
|
D | image_writer.cc | 1028 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr); in PrepareDexCacheArraySlots() 1723 for (size_t i = 0, end = dex_cache->GetDexFile()->NumTypeIds(); i < end; ++i) { in PreloadDexCache()
|
/art/runtime/ |
D | class_linker_test.cc | 438 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
|
/art/oatdump/ |
D | oatdump.cc | 541 dex_file->NumTypeIds(), in Dump()
|