Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache.cc51 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()
Ddex_cache_test.cc56 || java_lang_dex_file_->NumTypeIds() == dex_cache->NumResolvedTypes()); in TEST_F()
Ddex_cache-inl.h152 DCHECK_LT(type_idx.index_, GetDexFile()->NumTypeIds()); in TypeSlotIndex()
/art/tools/veridex/
Dresolver.h42 type_infos_(dex_file.NumTypeIds(), VeriClass()), in VeridexResolver()
Dresolver.cc74 CHECK_LT(index.index_, dex_file_.NumTypeIds()); in GetVeriClass()
295 for (uint32_t i = 0; i < dex_file_.NumTypeIds(); ++i) { in ResolveAll()
Dhidden_api_finder.cc55 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in CollectAccesses()
/art/libdexfile/dex/
Dtest_dex_file_builder_test.cc63 ASSERT_EQ(arraysize(expected_types), dex_file->NumTypeIds()); in TEST()
Ddex_file.cc331 int32_t hi = NumTypeIds() - 1; in FindTypeId()
351 int32_t hi = NumTypeIds() - 1; in FindTypeId()
569 if (type_idx.index_ >= NumTypeIds()) { in PrettyType()
Ddex_file.h276 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()
Dart_dex_file_loader_test.cc234 for (size_t i = 0; i < java_lang_dex_file_->NumTypeIds(); i++) { in TEST_F()
Ddex_file_verifier.cc2555 dex_file_->NumTypeIds(), in CheckInterProtoIdItem()
/art/compiler/utils/
Datomic_dex_ref_map-inl.h46 return dex_file->NumTypeIds(); in NumberOfDexIndices()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc90 dex_file->NumTypeIds(), in StoreTypeInBss()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc218 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in ProcessDexFiles()
242 num_type_ids_ += dex_file.NumTypeIds(); in ProcessDexFile()
/art/dex2oat/driver/
Dcompiler_driver_test.cc132 EXPECT_EQ(dex.NumTypeIds(), dex_cache->NumResolvedTypes()); in TEST_F()
Dcompiler_driver.cc1782 context.ForAll(0, dex_file.NumTypeIds(), &visitor, thread_count); in ResolveDexFile()
/art/runtime/
Dcommon_runtime_test.cc570 for (size_t i = 0; i < dex_file->NumTypeIds(); ++i) { in VisitDexes()
Dclass_linker_test.cc439 for (size_t i = 0; i < dex.NumTypeIds(); i++) { in AssertDexFile()
/art/libprofile/profile/
Dprofile_compilation_info.cc1173 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/
Ddex_ir_builder.cc266 dex_file.NumTypeIds(), in DexIrBuilder()
280 for (uint32_t i = 0; i < dex_file.NumTypeIds(); ++i) { in DexIrBuilder()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc513 total->num_types += dex_file->NumTypeIds(); in PreloadDexCachesStatsTotal()
/art/dex2oat/linker/
Doat_writer.cc917 target_type.dex_file->NumTypeIds(), in VisitMethod()
2164 dex_file->NumTypeIds(), in InitIndexBssMappings()
2964 dex_file->NumTypeIds(), in WriteIndexBssMappings()
Dimage_writer.cc686 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/
Dprofman.cc909 if (kInvalidTypeIndex >= dex_file->NumTypeIds()) { in FindClass()
/art/oatdump/
Doatdump.cc540 dex_file->NumTypeIds(), in Dump()