Searched refs:NumTypeIds (Results 1 – 25 of 25) sorted by relevance
/art/runtime/mirror/ |
D | dex_cache.cc | 51 dex_file->NumTypeIds() != 0u || in InitializeDexCache() 64 TypeDexCacheType* types = (dex_file->NumTypeIds() == 0u) ? nullptr : in InitializeDexCache() 76 if (dex_file->NumTypeIds() < num_types) { in InitializeDexCache() 77 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 | 55 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 | 331 int32_t hi = NumTypeIds() - 1; in FindTypeId() 351 int32_t hi = NumTypeIds() - 1; in FindTypeId() 569 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
|
D | dex_file.h | 276 uint32_t NumTypeIds() const { in NumTypeIds() function 282 return idx.IsValid() && idx.index_ < NumTypeIds(); in IsTypeIndexValid() 287 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 | 2559 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 | 90 dex_file->NumTypeIds(), in StoreTypeInBss()
|
/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 | 1721 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
|
/art/runtime/ |
D | common_runtime_test.cc | 593 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitDexes()
|
D | class_linker_test.cc | 439 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
|
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 1173 if (dex_classes[i].index_ >= dex_file_for_inline_cache_check->NumTypeIds()) { in VerifyProfileData() 1180 << dex_file_for_inline_cache_check->NumTypeIds(); in VerifyProfileData() 1189 if (class_id.index_ >= dex_file->NumTypeIds()) { in VerifyProfileData()
|
/art/dexlayout/ |
D | dex_ir_builder.cc | 266 dex_file.NumTypeIds(), in DexIrBuilder() 280 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 513 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 906 target_type.dex_file->NumTypeIds(), in VisitMethod() 2153 dex_file->NumTypeIds(), in InitIndexBssMappings() 3021 dex_file->NumTypeIds(), in WriteIndexBssMappings()
|
D | image_writer.cc | 686 if (dex_file->NumTypeIds() + dex_file->NumStringIds() + dex_file->NumMethodIds() + in PrepareDexCacheArraySlots() 693 DCHECK_EQ(dex_file->NumTypeIds() != 0u, dex_cache->GetResolvedTypes() != nullptr); in PrepareDexCacheArraySlots() 1358 for (size_t i = 0, end = dex_cache->GetDexFile()->NumTypeIds(); i < end; ++i) { in PreloadDexCache()
|
/art/profman/ |
D | profman.cc | 909 if (kInvalidTypeIndex >= dex_file->NumTypeIds()) { in FindClass()
|
/art/oatdump/ |
D | oatdump.cc | 540 dex_file->NumTypeIds(), in Dump()
|